From 89ee52d2bd94215670b367ebf24448dc2303ab25 Mon Sep 17 00:00:00 2001 From: Sanyam gujral <70341688+gujralsanyam22@users.noreply.github.com> Date: Fri, 11 Dec 2020 21:23:36 +0530 Subject: [PATCH 1/3] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f7ced2ee6d4..c5b98927c0f2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository contains the documentation website code and Markdown source files for [docs.github.com](https://docs.github.com). -GitHub's Docs team works on pre-production content in a private repo that regularly syncs with this public repo. +GitHub's Docs team works on a pre-production content in a private repo that regularly syncs with this public repo. In this article: @@ -18,7 +18,7 @@ We accept a lot of [different contributions](CONTRIBUTING.md/#types-of-contribut #### Click **make a contribution** from docs -As you're using the 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. +As you're using the GitHub Docs, you may find something in an article which 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. @@ -44,6 +44,7 @@ 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](https://support.github.com/contact). 2. We do not accept pull requests for translated content - see [CONTRIBUTING.md](/CONTRIBUTING.md) for more information. +3. also we know that which is better we have to update with that repositries. ## READMEs @@ -69,6 +70,7 @@ In addition to the README you're reading right now, this repo includes other REA ## License The GitHub product documentation in the assets, content, and data folders are licensed under a [CC-BY license](LICENSE). +also check out all documentation and contribute it to github documentation. All other code in this repository is licensed under a [MIT license](LICENSE-CODE). From 26ffcdbf6fcec772cc44c79aceb8abe8dd684c15 Mon Sep 17 00:00:00 2001 From: Sanyam gujral <70341688+gujralsanyam22@users.noreply.github.com> Date: Fri, 11 Dec 2020 21:25:41 +0530 Subject: [PATCH 2/3] Update index.yaml --- docs/index.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.yaml b/docs/index.yaml index fa1ad248ec18..b0f745126fd0 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -7,7 +7,7 @@ links: kind: dashboard service: docs-internal url: https://app.datadoghq.com/dashboard/8uc-x67-tgi/help-docs - - name: Sentry dashboard + - name: Sentry-dashboard description: Production Sentry dashboard kind: dashboard service: docs-internal From b102edd27805683c596278f040bf495cf4a42668 Mon Sep 17 00:00:00 2001 From: Sanyam gujral <70341688+gujralsanyam22@users.noreply.github.com> Date: Wed, 16 Dec 2020 15:14:00 +0530 Subject: [PATCH 3/3] Update development.md --- contributing/development.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/contributing/development.md b/contributing/development.md index 439e75d8c5ab..71024680c4ad 100644 --- a/contributing/development.md +++ b/contributing/development.md @@ -37,9 +37,13 @@ In a matter of minutes, you will be ready to edit, preview and test your changes This repo has configuration for debugging with VS Code's built-in Node Debugger. 1. After running the build steps, start the app by running `npm run debug`. + 2. In VS Code, click on the Debugging icon in the Activity Bar to bring up the Debug view. + 3. In the Debug View, select the **'Node: Nodemon'** configuration, then press F5 or click the green play button. You should see all of your running node processes. + 4. Select the node process that's started with the `--inspect` flag. + 5. Debugger has now been attached. Enjoy! For more detailed instructions, please see this [VS Code recipe](https://github.com/Microsoft/vscode-recipes/tree/master/nodemon). You can also learn more about debugging using VS Code [here](https://code.visualstudio.com/docs/editor/debugging). @@ -52,7 +56,7 @@ At the `/dev-toc` path, you'll see a list of available versions. Click a version ## Site structure -This site was originally a Ruby on Rails web application. Some time later it was converted into a static site powered by [Jekyll](https://jekyllrb.com/). A few years after that it was migrated to [Nanoc](https://nanoc.ws/), another Ruby static site generator. +This site it was originally a Ruby on Rails web application. Some time later it was converted into a static site powered by [Jekyll](https://jekyllrb.com/). A few years after that it was migrated to [Nanoc](https://nanoc.ws/), another Ruby static site generator. Today it's a dynamic Node.js webserver powered by Express, using [middleware](../middleware/README.md) to support proper HTTP redirects, language header detection, and dynamic content generation to support the various flavors of GitHub's product documentation, like GitHub.com and GitHub Enterprise Server.