Skip to content

Commit cc778e4

Browse files
committed
Merge branch 'master' of https://github.com/hirokib/sql-docs-pr
Had to pull due to change resolution made in GUI
2 parents 52cd841 + 6350f50 commit cc778e4

11,147 files changed

Lines changed: 57590 additions & 47162 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.openpublishing.redirection.json

Lines changed: 353 additions & 1 deletion
Large diffs are not rendered by default.

ReadMe.md

Lines changed: 7 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -3,63 +3,23 @@
33
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
44
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
55

6-
# Microsoft Technical Documentation Contributor Guide
7-
You've found the GitHub repository that houses the source for the technical documentation published on [https://docs.microsoft.com](https://docs.microsoft.com).
6+
# Microsoft SQL Server Technical Documentation
87

9-
This repository also contains guidance to help you contribute to our technical documentation. For a list of the articles in the contributors' guide, see [the index](https://github.com/MicrosoftDocs/azure-docs/blob/master/contributor-guide/contributor-guide-index.md).
8+
You've found the GitHub repository that houses the source for the SQL Server technical documentation published on [https://docs.microsoft.com](https://docs.microsoft.com).
109

1110
## Contribute to documentation
1211

13-
* [Ways to contribute](#ways-to-contribute)
14-
* [Code of conduct](#code-of-conduct)
15-
* [About your contributions to content](#about-your-contributions-to-azure-content)
16-
* [Repository organization](#repository-organization)
17-
* [Use GitHub, Git, and this repository](#use-github-git-and-this-repository)
18-
* [How to use markdown to format your topic](#how-to-use-markdown-to-format-your-topic)
19-
* [More resources](#more-resources)
20-
* [Index of all contributors' guide articles](contributor-guide/contributor-guide-index.md) (opens new page)
12+
Anyone can submit changes to the SQL Server documentation. For more information, see [How to contribute to SQL Server Documentation](https://aka.ms/editsqldocs).
2113

22-
## Ways to contribute
23-
24-
* GitHub user interface. Either find the article in this repository, or visit the article on [https://docs.microsoft.com](https://docs.microsoft.com) and click the Edit link in upper right hand corner of the topic. That takes you to the the article file in GitHub.
25-
* For substantial changes, adding or changing images, or contributing a new article, you need to fork this repository, install Git Bash, Markdown Pad, and learn some git commands.
26-
27-
## About your contributions to content
2814
### Minor corrections
2915
Minor corrections or clarifications you submit for documentation and code examples in this repo are covered by the [docs.microsoft.com Terms of Use](https://docs.microsoft.com/legal/termsofuse).
3016

3117
### Larger submissions
3218
If you submit a pull request with significant changes to documentation and code examples or new content, we'll send a comment in GitHub asking you to submit an online Contribution License Agreement (CLA) if you are not an employee of Microsoft. We need you to complete the online form before we can accept your pull request.
3319

34-
## Use GitHub, Git, and this repository
35-
For information about how to contribute, how to use the GitHub user interface to contribute small changes, and how to fork and clone the repository for more significant contributions, see [Install and set up tools for authoring in GitHub](https://github.com/MicrosoftDocs/azure-docs/blob/master/contributor-guide/tools-and-setup.md).
36-
37-
If you install GitBash and work locally, the steps for creating a new local working branch, making changes, and submitting the changes back to the main branch are listed in [Git commands for creating a new article or updating an existing article](https://github.com/MicrosoftDocs/azure-docs/blob/master/contributor-guide/git-commands-for-master.md)
38-
39-
### Branches
40-
Create local working branches that target a specific scope of change. Each branch should be limited to a single concept/article both to streamline work flow and reduce the possibility of merge conflicts. Appropriate scope for a new branch:
41-
42-
* A new article (and associated images)
43-
* Spelling and grammar edits on an article.
44-
* Applying a single formatting change across a large set of articles (e.g. new copyright footer).
45-
46-
## How to use markdown to format your topic
47-
All the articles in this repository use GitHub flavored markdown. [Markdown basics](https://help.github.com/articles/getting-started-with-writing-and-formatting-on-github/)
48-
49-
50-
## Article metadata
51-
Article metadata enables certain functionalities such as author and contributor attribution, breadcrumbs, article descriptions, and SEO optimizations as well as reporting Microsoft uses to evaluate content performance. [Here's the guidance for making sure your metadata is done right](contributor-guide/article-metadata.md).
52-
53-
### Labels
54-
Automated labels are assigned to pull requests to help us manage the pull request workflow and to help let you know what's going on with your pull request:
55-
56-
* Contribution License Agreement related
57-
* cla-not-required: The change is relatively minor and does not require that you sign a CLA.
58-
* cla-required: The scope of the change is relatively large and requires that you sign a CLA.
59-
* cla-signed: The contributor signed the CLA, so the pull request can now move forward for review.
60-
* Pillar labels: Labels such as PnP, Modern Apps, and TDC help categorize the pull requests by the internal organization that needs to review the pull request.
61-
* Change sent to author: The author has been notified of the pending pull request.
20+
## Next steps
6221

63-
## More resources
64-
See the [index of our contributor's guide](https://github.com/MicrosoftDocs/azure-docs/blob/master/contributor-guide/contributor-guide-index.md) for all our guidance topics.
22+
Explore the following resources:
6523

24+
- [How to contribute to SQL Server Documentation](https://aka.ms/editsqldocs)
25+
- [SQL Server documentation home](https://docs.microsoft.com/sql/index)
Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
# Install and set up tools for authoring in Git
1+
# How to contribute to SQL Documentation
22

3-
> [!NOTE]
4-
> See the contributors guide in the [azure-docs repo](https://github.com/MicrosoftDocs/azure-docs/tree/master/contributor-guide).
5-
The guide contains informaton on permissions, installation of tools, and the basics for making edits and pull erquests.
6-
7-
- [Git basics] (https://git-scm.com/book/en/v2/Getting-Started-Git-Basics).
8-
- [Visual Studio Code - VS Code,](https://www.visualstudio.com/products/code-vs.aspx) A good markdown editor with git integration. It's updated often and keeps getting better.
3+
This guide has been moved. Please see [How to contribute to SQL Server Documentation](https://aka.ms/editsqldocs).

docs/ado/ado-glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.assetid: b0478836-4123-4357-969a-c5784fc28be5
1818
caps.latest.revision: 15
1919
author: "MightyPen"
2020
ms.author: "genemi"
21-
manager: "jhubbard"
21+
manager: "craigg"
2222
ms.workload: "Inactive"
2323
---
2424
# ADO Glossary Terms

docs/ado/guide/ado-history.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.assetid: 667673f2-3151-432b-894a-3fc60b704ea4
1717
caps.latest.revision: 13
1818
author: "MightyPen"
1919
ms.author: "genemi"
20-
manager: "jhubbard"
20+
manager: "craigg"
2121
ms.workload: "Inactive"
2222
---
2323
# ADO Features for each Release

docs/ado/guide/ado-introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ helpviewer_keywords:
1616
ms.assetid: c5b3a134-de22-4e9c-9489-9a1cc7a5dcfa
1717
caps.latest.revision: 14
1818
author: "MightyPen"
19-
ms.author: "MightyPen"
20-
manager: "jhubbard"
19+
ms.author: "genemi"
20+
manager: "craigg"
2121
ms.workload: "Inactive"
2222
---
2323
# ADO Overview and Benefits

docs/ado/guide/ado-programmer-s-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.assetid: e3c50eee-964a-4abd-810d-1bd51978e814
1717
caps.latest.revision: 12
1818
author: "MightyPen"
1919
ms.author: "genemi"
20-
manager: "jhubbard"
20+
manager: "craigg"
2121
ms.workload: "On Demand"
2222
---
2323
# ADO Programmer's Guide for using ADO Objects

docs/ado/guide/ado-security-design-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.assetid: 86b83a38-efdf-4831-a6d5-7e470d517d1c
1717
caps.latest.revision: 18
1818
author: "MightyPen"
1919
ms.author: "genemi"
20-
manager: "jhubbard"
20+
manager: "craigg"
2121
ms.workload: "Inactive"
2222
---
2323
# ADO Security Design Features

docs/ado/guide/ado-task-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.assetid: 2fad33fb-c858-4dcb-98dc-3dfd0e555055
1818
caps.latest.revision: 9
1919
author: "MightyPen"
2020
ms.author: "genemi"
21-
manager: "jhubbard"
21+
manager: "craigg"
2222
ms.workload: "Inactive"
2323
---
2424
# ADO Programming Task Table

docs/ado/guide/ado-technology-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.assetid: 38c8ad3c-d6f1-40f6-a394-bbba6ed861e5
1717
caps.latest.revision: 15
1818
author: "MightyPen"
1919
ms.author: "genemi"
20-
manager: "jhubbard"
20+
manager: "craigg"
2121
ms.workload: "Inactive"
2222
---
2323
# Products and Technologies Table

0 commit comments

Comments
 (0)