Skip to content

Commit

Permalink
Created microsoft.js file and added all Microsoft docs in the README.…
Browse files Browse the repository at this point in the history
…md to the file
  • Loading branch information
nobledeveloper01 committed Oct 31, 2023
1 parent 97fb9c2 commit 46082b7
Show file tree
Hide file tree
Showing 2 changed files with 165 additions and 1 deletion.
4 changes: 3 additions & 1 deletion awesome-oss-docs/src/constants/docs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ import uber from "./orderByAlphabet/uber";
import upbound from "./orderByAlphabet/upbound";
import puppet from "./orderByAlphabet/puppet";
import python from "./orderByAlphabet/python";
import microsoft from "./orderByAlphabet/microsoft";

export default [
airbnb,
Expand All @@ -53,6 +54,7 @@ export default [
linode,
loginradius,
mayadata,
microsoft,
netflix,
netlify,
samsung,
Expand All @@ -65,5 +67,5 @@ export default [
uber,
upbound,
puppet,
python,
python,
];
162 changes: 162 additions & 0 deletions awesome-oss-docs/src/constants/docs/orderByAlphabet/microsoft.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,162 @@
export default {
title: "Microsoft Open Source Documentation",
documentations: [
{
title: "Accessibility Insights for Web Docs",
description: "Accessibility Insights for Web.",
projectUrl: "https://accessibilityinsights.io/docs/en/web/overview/",
githubUrl:
"https://github.com/microsoft/accessibility-insights-web/tree/main/docs",
owner: "Company Owned Documentation",
},
{
title: "Azure Docs",
description:
"A cloud computing service created by Microsoft for building, testing, deploying, and managing applications and services through Microsoft-managed data centers.",
projectUrl: "https://docs.microsoft.com/en-us/azure/",
githubUrl: "https://github.com/MicrosoftDocs/azure-docs",
owner: "Company Owned Documentation",
},
{
title: "TypeScript Docs",
description:
"TypeScript is an open-source and cross-platform language that builds on JavaScript by adding static types and type-checking.",
projectUrl: "https://www.typescriptlang.org/docs/",
githubUrl: "",
owner: "Company Owned Documentation",
},
{
title: "Visual Studio Code Docs",
description:
"Visual Studio Code is a free, highly customizable code editor that is based on an open-source codebase and runs on Linux, macOS, and Windows.",
projectUrl: "https://code.visualstudio.com/docs",
githubUrl: "",
owner: "Company Owned Documentation",
},
{
title: "Fluid Framework Docs",
description:
"Library for building distributed, real-time collaborative web applications.",
projectUrl: "https://fluidframework.com/docs/",
githubUrl: "",
owner: "Company Owned Documentation",
},
{
title: "PWA Builder Docs",
description:
"Helping developers build Progressive Web Apps (PWAs) and package them for app stores like Google Play, Microsoft Store, macOS Store, and more.",
projectUrl: "https://blog.pwabuilder.com/docs",
githubUrl: "",
owner: "Company Owned Documentation",
},
{
title: "Project Mu Docs",
description:
"Project Mu is a modular adaptation of TianoCore's edk2 (UEFI BIOS reference) tuned for building modern devices using a scalable, maintainable, and reusable pattern.",
projectUrl: "https://microsoft.github.io/mu/",
githubUrl: "",
owner: "Company Owned Documentation",
},
{
title: "PowerShell Docs",
description:
"PowerShell is a cross-platform task automation solution made up of a command-line shell, a scripting language, and a configuration management framework. PowerShell runs on Windows, Linux, and macOS.",
projectUrl:
"https://docs.microsoft.com/en-us/powershell/scripting/overview?view=powershell-7.1",
githubUrl: "",
owner: "Company Owned Documentation",
},
{
title: "PlayWright Docs",
description:
"Node.js library to automate Chromium, Firefox, and WebKit with a single API.",
projectUrl: "https://playwright.dev/docs/intro",
githubUrl: "",
owner: "Company Owned Documentation",
},
{
title: "Microsoft Graph Engine Docs",
description: "Microsoft Graph Engine.",
projectUrl: "https://www.graphengine.io/docs/manual/index.html",
githubUrl: "",
owner: "Company Owned Documentation",
},
{
title: "Fast Design Docs",
description: "The adaptive interface system for modern web experiences.",
projectUrl: "https://www.fast.design/docs/introduction/",
githubUrl: "",
owner: "Company Owned Documentation",
},
{
title: "Azure Python SDK Docs",
description:
"Azure Python SDK documentation, hosted on docs.microsoft.com.",
projectUrl: "https://docs.microsoft.com/python/api",
githubUrl: "",
owner: "Company Owned Documentation",
},
{
title: "Azure PowerShell Docs",
description:
"Repository used to store Azure PowerShell cmdlet content published on docs.ms.com reference site.",
projectUrl: "https://docs.microsoft.com/en-us/powershell/azure/",
githubUrl: "https://github.com/MicrosoftDocs/azure-docs-powershell",
owner: "Company Owned Documentation",
},
{
title: "Microsoft 365 Docs",
description:
"This repo is used to host the source for the Microsoft 365 documentation.",
projectUrl: "https://docs.microsoft.com/",
githubUrl: "https://github.com/MicrosoftDocs/microsoft-365-docs",
owner: "Company Owned Documentation",
},
{
title: "Azure CLI Docs",
description:
"Repository used to store content for the docs.microsoft.com content for the Azure CLI.",
projectUrl: "https://docs.microsoft.com/cli/azure/",
githubUrl: "",
owner: "Company Owned Documentation",
},
{
title: "PowerShell Docs",
description: "The official PowerShell documentation sources.",
projectUrl: "https://docs.microsoft.com/en-gb/powershell/",
githubUrl: "",
owner: "Company Owned Documentation",
},
{
title: "DeepSpeed Docs",
description:
"DeepSpeed is a deep learning optimization library that makes distributed training easy, efficient, and effective.",
projectUrl: "https://deepspeed.readthedocs.io/en/latest/",
githubUrl: "",
owner: "Company Owned Documentation",
},
{
title: "Dapr Docs",
description: "Dapr user documentation, used to build docs.dapr.io.",
projectUrl: "https://docs.dapr.io/",
githubUrl: "",
owner: "Company Owned Documentation",
},
{
title: "Microsoft Terminal Docs",
description:
"The new Windows Terminal and the original Windows console host, all in the same place!",
projectUrl: "https://docs.microsoft.com/en-us/windows/terminal/",
githubUrl: "https://github.com/MicrosoftDocs/terminal",
owner: "Company Owned Documentation",
},
{
title: "Accessibility Insights for Windows. Docs",
description: "Accessibility Insights for Windows.",
projectUrl: "https://accessibilityinsights.io/docs/en/windows/overview/",
githubUrl:
"https://github.com/microsoft/accessibility-insights-windows/tree/main/docs",
owner: "Company Owned Documentation",
},
],
};

0 comments on commit 46082b7

Please sign in to comment.