The open-source repo for docs.github.com
Перейти к файлу
Sam Browning f276ec05cb
Add content for Patreon integration for Sponsors (#41826)
Co-authored-by: Laura Coursen <lecoursen@github.com>
Co-authored-by: Siara <108543037+SiaraMist@users.noreply.github.com>
2023-10-03 17:11:54 +00:00
.devcontainer Allow work on early access repo with Codespaces (#43044) 2023-09-22 14:23:00 +00:00
.github Update no-response.yaml (#43479) 2023-10-02 13:14:40 +00:00
.husky Rm translations directory (#33720) 2023-01-03 12:44:48 -08:00
.vscode Translation cleanup (#33738) 2023-01-04 18:06:51 +00:00
assets Dependabot Job Log List - [GA] #11900 (#42407) 2023-09-28 14:25:02 +00:00
components Switch to Commonmark rendering pipeline (#41003) 2023-09-21 18:07:33 +00:00
content Add content for Patreon integration for Sponsors (#41826) 2023-10-03 17:11:54 +00:00
contributing Fix old copy syntax 2023-09-25 11:30:36 -07:00
data Add content for Patreon integration for Sponsors (#41826) 2023-10-03 17:11:54 +00:00
lib Unbreak some Markdown tables that are all one 1 line in translations (#43523) 2023-09-29 19:41:03 +00:00
middleware Switch to Commonmark rendering pipeline (#41003) 2023-09-21 18:07:33 +00:00
script Create src/workflows, clear out github/actions-scripts (#43088) 2023-09-25 12:06:56 -07:00
src Update audit log event data (#43661) 2023-10-02 16:33:16 +00:00
stylesheets Update code comment color for accessibility (#42117) 2023-09-06 18:23:51 +00:00
tests Keyboard shortcut to open hover cards (#40100) 2023-09-26 17:37:30 +00:00
.dockerignore Update .dockerignore (#34318) 2023-02-07 18:50:03 +00:00
.editorconfig chore: Add EditorConfig for IDE whitespace 2020-11-03 10:59:19 -05:00
.env.example Translation cleanup (#33738) 2023-01-04 18:06:51 +00:00
.eslintrc.cjs Start an open-source src directory (#42187) 2023-09-11 16:26:08 +00:00
.gitattributes Address 20 En-US Standardizations (#25095) 2023-04-27 12:48:41 +00:00
.gitignore Delete .linkinator/full.log file (#36733) 2023-05-01 13:57:47 +00:00
.npmrc Next 13.4 and React 18 (#40039) 2023-08-09 14:30:26 +00:00
.prettierignore Start an open-source src directory (#42187) 2023-09-11 16:26:08 +00:00
.prettierrc.json trailingCommas:all on prettier (#38888) 2023-07-11 11:44:52 +00:00
CODE_OF_CONDUCT.md Add restriction on private contact of community members without permission (#16570) 2020-11-23 11:27:30 -07:00
CONTRIBUTING.md Update CONTRIBUTING.md (#28744) 2023-10-02 14:23:08 +00:00
Dockerfile Upgrade to latest Node 18.17.1 (#40796) 2023-08-15 18:33:45 +00:00
Dockerfile.openapi_decorator Bump node from 18.14-alpine to 18.15-alpine (#35843) 2023-03-24 00:10:43 +00:00
LICENSE Reorg LICENSE files to be more discoverable (#204) 2020-10-07 15:11:49 -07:00
LICENSE-CODE Update MIT License year from `2022` -> `2023` (#25557) 2023-05-22 17:20:55 +00:00
README.md Update README.md (#40598) 2023-10-02 14:44:22 +00:00
azure-preview-env-template.json Preview deploys with translations (#37285) 2023-06-05 16:23:34 +00:00
codespaces-settings.json Create codespaces-settings.json 2022-04-07 15:06:37 +01:00
docker-compose.prod.tmpl.yaml stop making it possible to set ENABLED_LANGUAGES beyond the hardcoded… (#33567) 2022-12-14 20:33:46 +00:00
docker-compose.staging.tmpl.yaml Revert "Remove ENABLED_LANGUAGES" (#33953) 2023-01-13 17:52:48 +00:00
docker-compose.yaml Accept glob patterns for source files in openapi-check script (#18965) 2021-04-26 21:56:12 +00:00
feature-flags.json Remove FEATURE_NEXTJS Flag Part 1 (#20176) 2021-07-16 14:54:25 -07:00
jest.config.js Remove jest-github-actions-reporter (#42435) 2023-09-12 17:13:41 +00:00
jest.setup.js Fail on console.error in tests with failOnConsole (#25600) 2022-02-25 10:49:27 -06:00
next-env.d.ts remove need for styled-jsx construct (#28749) 2022-06-28 11:53:35 +00:00
next.config.js Create languages src directory (#41661) 2023-08-30 17:24:59 +00:00
nodemon.json Cli manpage automation (#35169) 2023-03-16 17:55:51 +00:00
package-lock.json cheerio-to-text@0.2.4 (#43646) 2023-10-02 15:35:39 +00:00
package.json Always prefix node script execution in scripts (#43647) 2023-10-03 15:10:13 +00:00
playwright.config.ts a11y: increase breakpoint width where we hide/show sidebar (#39465) 2023-07-26 20:01:03 +00:00
server.js [Take 2] Throw error if children entry can't be found, even if early access (#35523) 2023-03-14 13:57:24 +00:00
start-server.js trailingCommas:all on prettier (#38888) 2023-07-11 11:44:52 +00:00
tsconfig.json Refactor display-platform-specific-content (#22665) 2021-11-12 14:40:35 +00:00

README.md

GitHub Docs

This repository contains the documentation website code and Markdown source files for docs.github.com.

GitHub's Docs team works on pre-production content in a private repo that regularly syncs with this public repo.

Use the table of contents icon on the top left corner of this document to navigate to a specific section quickly.

Contributing

We accept different types of contributions, including some that don't require you to write a single line of code. For detailed instructions on how to get started with our project, see "About contributing to GitHub Docs."

Ways to contribute

On the GitHub Docs site, you can contribute by clicking the Make a contribution button at the bottom of the page to open a pull request for quick fixes like typos, updates, or link fixes.

You can also contribute by creating a local environment or opening a Codespace. For more information, see "Setting up your environment to work on GitHub Docs."

For more complex contributions, please open an issue using the most appropriate issue template to describe the changes you'd like to see.

If you're looking for a way to contribute, you can scan through our help wanted board to find open issues already approved for work.

Join us in discussions

We use GitHub Discussions to talk about all sorts of topics related to documentation and this site. For example: if you'd like help troubleshooting a PR, have a great new idea, or want to share something amazing you've learned in our docs, join us in the discussions.

And that's it!

If you're having trouble with your GitHub account, contact Support.

That's how you can easily become a member of the GitHub Docs community.

READMEs

In addition to the README you're reading right now, this repo includes other READMEs that describe the purpose of each subdirectory in more detail:

License

The GitHub product documentation in the assets, content, and data folders are licensed under a CC-BY license.

All other code in this repository is licensed under the MIT license.

When using the GitHub logos, be sure to follow the GitHub logo guidelines.

Thanks 💜

Thanks for all your contributions and efforts towards improving the GitHub documentation. We thank you for being part of our community !