The open-source repo for docs.github.com
Перейти к файлу
Logan MacLaren 818a99199f reverting changes to translations 2021-07-06 14:30:23 -04:00
.devcontainer updating devcontainer to use dockerfile to install correct version of node and adds some other helpful extensions for working in docs (#20059) 2021-06-23 23:23:55 +00:00
.github removing unused actions - tests/unit/actions-workflows.js is failing (#20223) 2021-06-30 12:56:18 -04:00
.husky
.vscode
assets Update custom secret scanning text and screenshot (#20267) 2021-07-02 11:13:44 +10:00
components adding rendered page to early access index 2021-06-29 12:04:34 -07:00
content Correct CRE terminology for GitHub Premium Support 2021-07-06 14:24:11 -04:00
contributing Merge branch 'script-to-use-short-versions' of github.com:github/docs-internal into script-to-use-short-versions 2021-06-22 13:00:01 -04:00
data Merge branch 'main' into ramyaparimi-updated-instructions 2021-07-02 14:35:48 -07:00
docs
includes simplify conditionals (hat tip @mattpolard) 2021-06-24 12:38:47 -04:00
javascripts Only send beacons if the feature is not disabled (#20282) 2021-07-02 19:42:42 +00:00
layouts Fix local dev TOC (#20253) 2021-07-01 10:05:18 -05:00
lib Warm server only once no matter what (#20264) 2021-07-02 19:34:50 +00:00
middleware Fix local dev TOC (#20253) 2021-07-01 10:05:18 -05:00
pages fix bugs in React 2021-06-23 12:54:17 -04:00
script Use path from repo root for Actions (#20262) 2021-07-02 17:45:20 +00:00
stylesheets sidebar style updates (#19929) 2021-06-24 11:15:24 -07:00
tests Try to prevent late/duplicate response errors (#20077) 2021-06-28 19:31:54 +00:00
translations reverting changes to translations 2021-07-06 14:30:23 -04:00
.babelrc
.editorconfig
.env.example
.eslintignore
.eslintrc.js clear out dynamic require 2021-06-18 13:08:28 -07:00
.gitattributes
.gitignore
.node-version
.npmrc
.pa11yci
.prettierignore
.prettierrc.json
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile move cp data step earlier so the build succeeds 2021-06-23 15:33:44 -04:00
Dockerfile.openapi_decorator
LICENSE
LICENSE-CODE
Procfile
README.md
app.json
crowdin.yml
docker-compose.yaml
feature-flags.json
jest-puppeteer.config.js
jest.config.js
next-env.d.ts
next.config.js
nodemon.json Fix NextJS 500s (#20048) 2021-06-22 17:30:40 +00:00
ownership.yaml
package-lock.json temp convenience scripts for short titles (#19939) 2021-06-23 04:03:06 +00:00
package.json Restrict tasks usually done in CI (search indexing, browser tests) to a single server worker (#20146) 2021-06-24 19:53:54 -05:00
server.js adding the rest of the 2 requires 2021-06-23 14:08:00 -07:00
tsconfig.json
webpack.config.js

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.

In this article:

Contributing

Start contributing right now:

We accept a lot of different contributions, including some that don't require you to write a single line of code.

Click make a contribution from docs

As you're using GitHub Docs, you may find something in an article that you'd like to add to, update, or change. Click on make a contribution to navigate directly to that article in the codebase, so that you can begin making your contribution.

Open an issue

If you've found a problem, you can open an issue using a template.

Solve an issue

If you have a solution to one of the open issues, you will need to fork the repository and submit a pull request using the template that is visible automatically in the pull request body. For more details about this process, please check out Getting Started with Contributing.

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 discussions.

And that's it!

That's how you can get started easily as a member of the GitHub Documentation community.

If you want to know more, or you're making a more complex contribution, check out Getting Started with Contributing.

There are a few more things to know when you're getting started with this repo:

  1. If you're having trouble with your GitHub account, contact Support.
  2. We do not accept pull requests for translated content - see CONTRIBUTING.md for more information.

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 a MIT license.

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