From 80dafbd3f18930a0340eddea9c6279208acebcb1 Mon Sep 17 00:00:00 2001 From: nobledeveloper01 Date: Wed, 25 Oct 2023 20:43:49 +0100 Subject: [PATCH 01/38] Created amazon.js file and added all Amazon docs in the README.md to the file --- awesome-oss-docs/src/constants/docs/index.js | 2 + .../constants/docs/orderByAlphabet/amazon.js | 150 ++++++++++++++++++ 2 files changed, 152 insertions(+) create mode 100644 awesome-oss-docs/src/constants/docs/orderByAlphabet/amazon.js diff --git a/awesome-oss-docs/src/constants/docs/index.js b/awesome-oss-docs/src/constants/docs/index.js index 4cb922c..6a160b1 100644 --- a/awesome-oss-docs/src/constants/docs/index.js +++ b/awesome-oss-docs/src/constants/docs/index.js @@ -11,11 +11,13 @@ import jetbrains from "./orderByAlphabet/jetbrains"; import linode from "./orderByAlphabet/linode"; import loginradius from "./orderByAlphabet/loginradius"; import mayadata from "./orderByAlphabet/mayadata"; +import amazon from "./orderByAlphabet/amazon"; export default [ airbnb, apache, + amazon, apple, bridgecrew, docker, diff --git a/awesome-oss-docs/src/constants/docs/orderByAlphabet/amazon.js b/awesome-oss-docs/src/constants/docs/orderByAlphabet/amazon.js new file mode 100644 index 0000000..4a7b75b --- /dev/null +++ b/awesome-oss-docs/src/constants/docs/orderByAlphabet/amazon.js @@ -0,0 +1,150 @@ +export default { + title: "Amazon Open Source Documentation", + documentations: [ + { + title: "OpenSearch Docs", + description: + "The documentation for OpenSearch, OpenSearch Dashboards, and their associated plugins.", + projectUrl: "https://opensearch.org/docs", + githubUrl: "https://github.com/opensearch-project/documentation-website", + owner: "Community Owned Documentation", + }, + { + title: "Amplify JS Docs", + description: + "A declarative JavaScript library for application development using cloud services.", + projectUrl: "https://docs.amplify.aws/lib/q/platform/js", + githubUrl: "", + owner: "Company Owned Documentation", + }, + { + title: "Amplify iOS Docs", + description: + "A declarative library for application development using cloud services.", + projectUrl: "https://docs.amplify.aws/start/q/integration/ios", + githubUrl: "", + owner: "Company Owned Documentation", + }, + { + title: "Amplify CLI Docs", + description: + "The AWS Amplify CLI is a toolchain for simplifying serverless web and mobile development.", + projectUrl: "https://docs.amplify.aws/cli", + githubUrl: "", + owner: "Company Owned Documentation", + }, + { + title: "Amplify Android Docs", + description: + "The fastest and easiest way to use AWS from your Android app.", + projectUrl: "https://docs.amplify.aws/lib/q/platform/android", + githubUrl: "", + owner: "Company Owned Documentation", + }, + { + title: "Amplify Flutter Docs", + description: + "A declarative library with an easy-to-use interface for building Flutter applications on AWS.", + projectUrl: + "https://docs.amplify.aws/lib/q/platform/flutter#amplify-flutter", + githubUrl: "", + owner: "Company Owned Documentation", + }, + { + title: "Amplify Console Docs", + description: + "The AWS Amplify Console provides a Git-based workflow for deploying and hosting fullstack serverless web applications.", + projectUrl: "https://docs.amplify.aws/console", + githubUrl: "", + owner: "Company Owned Documentation", + }, + { + title: "Amazon EC2 Docs", + description: + "A web service that provides resizable computing capacity—literally, servers in Amazon's data centers—that you use to build and host your software systems.", + projectUrl: "https://docs.aws.amazon.com/ec2/index.html", + githubUrl: "", + owner: "Company Owned Documentation", + }, + { + title: "Amazon CloudFront Docs", + description: + "Amazon CloudFront speeds up distribution of your static and dynamic web content.", + projectUrl: "https://docs.aws.amazon.com/cloudfront/index.html", + githubUrl: "", + owner: "Company Owned Documentation", + }, + { + title: "Amazon S3 Docs", + description: + "Amazon Simple Storage Service (Amazon S3) is storage for the internet.", + projectUrl: "https://docs.aws.amazon.com/s3/index.html", + githubUrl: "", + owner: "Company Owned Documentation", + }, + { + title: "AWS IAM Docs", + description: + "AWS Identity and Access Management (IAM) is a web service for securely controlling access to AWS services.", + projectUrl: "https://docs.aws.amazon.com/iam", + githubUrl: "", + owner: "Company Owned Documentation", + }, + { + title: "AWS A2C Docs", + description: + "AWS App2Container (A2C) is a command-line tool for modernizing .NET and Java applications into containerized applications.", + projectUrl: "https://docs.aws.amazon.com/app2container", + githubUrl: "", + owner: "Company Owned Documentation", + }, + { + title: "Amazon EKS Docs", + description: + "Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy for you to run Kubernetes on AWS.", + projectUrl: "https://docs.aws.amazon.com/eks/index.html", + githubUrl: "", + owner: "Company Owned Documentation", + }, + { + title: "Bottlerocket Docs", + description: + "A linux-based operating system purpose-built to run containers.", + projectUrl: "https://aws.amazon.com/bottlerocket", + githubUrl: "", + owner: "Company Owned Documentation", + }, + { + title: "AWS Distro for OpenTelemetry Docs", + description: + "A Secure, production-ready open source distribution with predictable performance.", + projectUrl: "https://aws-otel.github.io/docs/introduction", + githubUrl: "", + owner: "Community Owned Documentation", + }, + { + title: "Firecracker Docs", + description: "Firecracker is an open source virtualization technology.", + projectUrl: + "https://github.com/firecracker-microvm/firecracker/blob/main/docs/getting-started.md", + githubUrl: "", + owner: "Community Owned Documentation", + }, + { + title: "AWS CDK Docs", + description: + "AWS Cloud Development Kit defines cloud infrastructure using familiar programming languages.", + projectUrl: "https://aws.amazon.com/cdk/resources", + githubUrl: "", + owner: "Company Owned Documentation", + }, + { + title: "FreeRTOS Docs", + description: + "FreeRTOS is a market-leading real-time operating system (RTOS) for microcontrollers and small microprocessors.", + projectUrl: "https://docs.aws.amazon.com/freertos/index.html", + githubUrl: "", + owner: "Company Owned Documentation", + }, + ], +}; From 1a6c583185a79f3d7898cfb95d637b8ef5576f5e Mon Sep 17 00:00:00 2001 From: nobledeveloper01 Date: Wed, 25 Oct 2023 21:05:09 +0100 Subject: [PATCH 02/38] Created deltalake.js file and added all DeltaLake docs in the README.md to the file --- awesome-oss-docs/src/constants/docs/index.js | 3 ++- .../src/constants/docs/orderByAlphabet/deltalake.js | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 awesome-oss-docs/src/constants/docs/orderByAlphabet/deltalake.js diff --git a/awesome-oss-docs/src/constants/docs/index.js b/awesome-oss-docs/src/constants/docs/index.js index 4cb922c..08e5e04 100644 --- a/awesome-oss-docs/src/constants/docs/index.js +++ b/awesome-oss-docs/src/constants/docs/index.js @@ -11,7 +11,7 @@ import jetbrains from "./orderByAlphabet/jetbrains"; import linode from "./orderByAlphabet/linode"; import loginradius from "./orderByAlphabet/loginradius"; import mayadata from "./orderByAlphabet/mayadata"; - +import deltalake from "./orderByAlphabet/deltalake"; export default [ airbnb, @@ -19,6 +19,7 @@ export default [ apple, bridgecrew, docker, + deltalake, dropbox, elastic, facebook, diff --git a/awesome-oss-docs/src/constants/docs/orderByAlphabet/deltalake.js b/awesome-oss-docs/src/constants/docs/orderByAlphabet/deltalake.js new file mode 100644 index 0000000..225aca1 --- /dev/null +++ b/awesome-oss-docs/src/constants/docs/orderByAlphabet/deltalake.js @@ -0,0 +1,13 @@ +export default { + title: "DeltaLake Open Source Documentation", + documentations: [ + { + title: "DeltaLake Docs", + description: + "An open-source storage layer that brings scalable, ACID transactions to Apache Spark™ and big data workloads.", + projectUrl: "https://docs.delta.io/latest/index.html", + githubUrl: "", + owner: "Community Owned Documentation", + }, + ], +}; From 531e0fe4db77a8d8888f079d495b9a7bd74db00f Mon Sep 17 00:00:00 2001 From: Elijah Edun Date: Thu, 26 Oct 2023 03:52:31 +0100 Subject: [PATCH 03/38] added Confluent docs to confluent.js --- awesome-oss-docs/src/constants/docs/index.js | 2 ++ .../docs/orderByAlphabet/confluent.js | 29 +++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 awesome-oss-docs/src/constants/docs/orderByAlphabet/confluent.js diff --git a/awesome-oss-docs/src/constants/docs/index.js b/awesome-oss-docs/src/constants/docs/index.js index 7212853..076ca45 100644 --- a/awesome-oss-docs/src/constants/docs/index.js +++ b/awesome-oss-docs/src/constants/docs/index.js @@ -3,6 +3,7 @@ import amazon from "./orderByAlphabet/amazon"; import apache from "./orderByAlphabet/apache"; import apple from "./orderByAlphabet/apple"; import bridgecrew from "./orderByAlphabet/bridgecrew"; +import confluent from "./orderByAlphabet/confluent"; import cryptocurrencies from "./orderByAlphabet/cryptocurrencies"; import deltalake from "./orderByAlphabet/deltalake"; import docker from "./orderByAlphabet/docker"; @@ -22,6 +23,7 @@ export default [ amazon, apple, bridgecrew, + confluent, cryptocurrencies, docker, deltalake, diff --git a/awesome-oss-docs/src/constants/docs/orderByAlphabet/confluent.js b/awesome-oss-docs/src/constants/docs/orderByAlphabet/confluent.js new file mode 100644 index 0000000..5aa2b87 --- /dev/null +++ b/awesome-oss-docs/src/constants/docs/orderByAlphabet/confluent.js @@ -0,0 +1,29 @@ +export default { + title: 'Confluent Inc Open Source Documentation', + documentations: [ + { + title: 'Kafka Rest', + description: 'Confluent REST Proxy for Kafka.', + projectUrl: + 'https://docs.confluent.io/platform/current/kafka-rest/index.html', + githubUrl: 'https://github.com/confluentinc/kafka-rest', + owner: 'Community Owned Documentation', + }, + { + title: 'Schema Registry', + description: ' Confluent Schema Registry for Kafka.', + projectUrl: + 'https://docs.confluent.io/platform/current/schema-registry/index.html', + githubUrl: 'https://github.com/confluentinc/schema-registry', + owner: 'Community Owned Documentation', + }, + { + title: 'Ksql', + description: + 'The database purpose-built for stream processing applications.', + projectUrl: 'https://docs.ksqldb.io/en/latest/', + githubUrl: 'https://github.com/confluentinc/ksql/tree/master/docs', + owner: 'Community Owned Documentation', + }, + ], +}; From 2fdadc1e9d7b61861ec2c84bb01954ef2814e44a Mon Sep 17 00:00:00 2001 From: Medha A B Date: Thu, 26 Oct 2023 10:08:18 +0530 Subject: [PATCH 04/38] Added HashiCorps Documentation Entries --- awesome-oss-docs/src/constants/docs/index.js | 4 +- .../docs/orderByAlphabet/hashicorpDocs.js | 71 +++++++++++++++++++ 2 files changed, 73 insertions(+), 2 deletions(-) create mode 100644 awesome-oss-docs/src/constants/docs/orderByAlphabet/hashicorpDocs.js diff --git a/awesome-oss-docs/src/constants/docs/index.js b/awesome-oss-docs/src/constants/docs/index.js index e65a426..d589c14 100644 --- a/awesome-oss-docs/src/constants/docs/index.js +++ b/awesome-oss-docs/src/constants/docs/index.js @@ -2,6 +2,6 @@ import airbnb from "./orderByAlphabet/airbnb"; import apache from "./orderByAlphabet/apache"; import apple from "./orderByAlphabet/apple"; import docker from "./orderByAlphabet/docker"; +import hashicorpDocs from "./orderByAlphabet/hashicorpDocs"; - -export default [ airbnb, apache, apple, docker ]; +export default [ airbnb, apache, apple, docker, hashicorpDocs]; \ No newline at end of file diff --git a/awesome-oss-docs/src/constants/docs/orderByAlphabet/hashicorpDocs.js b/awesome-oss-docs/src/constants/docs/orderByAlphabet/hashicorpDocs.js new file mode 100644 index 0000000..0fbc417 --- /dev/null +++ b/awesome-oss-docs/src/constants/docs/orderByAlphabet/hashicorpDocs.js @@ -0,0 +1,71 @@ +// hashicorpDocs.js + +export default { + title:'HashiCorps Open Source Documentation', + Documentations: [ + { + title: 'Terraform Docs', + description: 'Infrastructure as Code (IaC) tool for building, changing, and versioning infrastructure.', + projectUrl: 'https://www.terraform.io/docs/', + githubUrl: 'https://github.com/hashicorp/terraform/tree/main/docs', + owner: 'HashiCorp', + }, + { + title: 'Vault Docs', + description: 'A tool for managing secrets and protecting sensitive data.', + projectUrl: 'https://www.vaultproject.io/docs/', + githubUrl: 'https://github.com/hashicorp/vault/tree/main/docs', + owner: 'HashiCorp', + }, + { + title: 'Consul Docs', + description: 'Service networking solution to connect and secure services across any runtime platform and public or private cloud.', + projectUrl: 'https://www.consul.io/docs/', + githubUrl: 'https://github.com/hashicorp/consul/tree/main/docs', + owner: 'HashiCorp', + }, + { + title: 'Nomad Docs', + description: 'Workload orchestrator to deploy and manage containers and non-containerized applications.', + projectUrl: 'https://www.nomadproject.io/docs/', + githubUrl: 'https://github.com/hashicorp/nomad/tree/main/', + owner: 'HashiCorp', + }, + { + title: 'Packer Docs', + description: 'Tool for creating identical machine images for multiple platforms from a single source configuration.', + projectUrl: 'http://www.packer.io/docs/', + githubUrl: 'https://github.com/hashicorp/packer/tree/main/', + owner: 'HashiCorp', + }, + { + title: 'Vagrant Docs', + description: 'Development environments made easy with virtualization and automation.', + projectUrl: 'https://www.vagrantup.com/docs/', + githubUrl: 'https://github.com/hashicorp/vagrant/tree/main/', + owner: 'HashiCorp', + }, + { + title: 'Boundary Docs', + description: 'A secure and easy-to-use remote access solution.', + projectUrl: 'https://boundaryproject.io/docs/', + githubUrl: 'https://github.com/hashicorp/boundary/tree/main/', + owner: 'HashiCorp', + }, + { + title: 'Waypoint Docs', + description: 'A developer tool that makes it easier to build, deploy, and release applications.', + projectUrl: 'https://waypointproject.io/docs/', + githubUrl: 'https://github.com/hashicorp/waypoint/tree/main/docs/gen/', + owner: 'HashiCorp', + }, + { + title: 'Sentinel Docs', + description: 'Policy as Code framework for HashiCorp products.', + projectUrl: 'https://docs.hashicorp.com/sentinel', + githubUrl: 'https://github.com/hashicorp/sentinel-sdk', + owner: 'HashiCorp', + }, + ], +}; + \ No newline at end of file From c6300f6e7fc24fb5172508d591ed4da4e678f51b Mon Sep 17 00:00:00 2001 From: Medha A B Date: Thu, 26 Oct 2023 22:19:26 +0530 Subject: [PATCH 05/38] Added HashiCorp Docs --- README.md | 4 ++++ awesome-oss-docs/src/constants/docs/index.js | 4 ++-- .../{hashicorpDocs.js => hashicorp.js} | 18 +++++++++--------- 3 files changed, 15 insertions(+), 11 deletions(-) rename awesome-oss-docs/src/constants/docs/orderByAlphabet/{hashicorpDocs.js => hashicorp.js} (86%) diff --git a/README.md b/README.md index 309df53..f562737 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,10 @@ - [Waypoint Docs](https://www.waypointproject.io/docs) - A tool to build, deploy, and release any application on any platform.`Community Owned Documentation` - [VaultProject Docs](https://www.vaultproject.io/docs) - A tool for secrets management, encryption as a service, and privileged access management.`Community Owned Documentation` - [Consul Docs](https://www.consul.io/docs) - Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.`Community Owned Documentation` +- [Nomad Docs](https://www.nomadproject.io/docs) - An easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and non-containerized applications.`Community Owned Documentation` +- [Packer Docs](http://www.packer.io/docs) - An open-source tool for creating identical machine images for multiple platforms from a single source configuration. `Community Owned Documentation` +- [Sentinel Docs](https://docs.hashicorp.com/sentinel) - A policy as code framework to enable fine-grained, logic-based policy decisions, including contextual attributes and dynamic data. `Community Owned Documentation` +- [Boundary Docs](https://boundaryproject.io/docs/) - An open-source identity-based access management solution for teams.`Community Owned Documentation` diff --git a/awesome-oss-docs/src/constants/docs/index.js b/awesome-oss-docs/src/constants/docs/index.js index d589c14..162bcb9 100644 --- a/awesome-oss-docs/src/constants/docs/index.js +++ b/awesome-oss-docs/src/constants/docs/index.js @@ -2,6 +2,6 @@ import airbnb from "./orderByAlphabet/airbnb"; import apache from "./orderByAlphabet/apache"; import apple from "./orderByAlphabet/apple"; import docker from "./orderByAlphabet/docker"; -import hashicorpDocs from "./orderByAlphabet/hashicorpDocs"; +import hashicorp from "./orderByAlphabet/hashicorp"; -export default [ airbnb, apache, apple, docker, hashicorpDocs]; \ No newline at end of file +export default [ airbnb, apache, apple, docker, hashicorp]; \ No newline at end of file diff --git a/awesome-oss-docs/src/constants/docs/orderByAlphabet/hashicorpDocs.js b/awesome-oss-docs/src/constants/docs/orderByAlphabet/hashicorp.js similarity index 86% rename from awesome-oss-docs/src/constants/docs/orderByAlphabet/hashicorpDocs.js rename to awesome-oss-docs/src/constants/docs/orderByAlphabet/hashicorp.js index 0fbc417..505c11a 100644 --- a/awesome-oss-docs/src/constants/docs/orderByAlphabet/hashicorpDocs.js +++ b/awesome-oss-docs/src/constants/docs/orderByAlphabet/hashicorp.js @@ -8,63 +8,63 @@ export default { description: 'Infrastructure as Code (IaC) tool for building, changing, and versioning infrastructure.', projectUrl: 'https://www.terraform.io/docs/', githubUrl: 'https://github.com/hashicorp/terraform/tree/main/docs', - owner: 'HashiCorp', + owner: 'Company Owned Documentation', }, { title: 'Vault Docs', description: 'A tool for managing secrets and protecting sensitive data.', projectUrl: 'https://www.vaultproject.io/docs/', githubUrl: 'https://github.com/hashicorp/vault/tree/main/docs', - owner: 'HashiCorp', + owner: 'Company Owned Documentation', }, { title: 'Consul Docs', description: 'Service networking solution to connect and secure services across any runtime platform and public or private cloud.', projectUrl: 'https://www.consul.io/docs/', githubUrl: 'https://github.com/hashicorp/consul/tree/main/docs', - owner: 'HashiCorp', + owner: 'Company Owned Documentation', }, { title: 'Nomad Docs', description: 'Workload orchestrator to deploy and manage containers and non-containerized applications.', projectUrl: 'https://www.nomadproject.io/docs/', githubUrl: 'https://github.com/hashicorp/nomad/tree/main/', - owner: 'HashiCorp', + owner: 'Company Owned Documentation', }, { title: 'Packer Docs', description: 'Tool for creating identical machine images for multiple platforms from a single source configuration.', projectUrl: 'http://www.packer.io/docs/', githubUrl: 'https://github.com/hashicorp/packer/tree/main/', - owner: 'HashiCorp', + owner: 'Company Owned Documentation', }, { title: 'Vagrant Docs', description: 'Development environments made easy with virtualization and automation.', projectUrl: 'https://www.vagrantup.com/docs/', githubUrl: 'https://github.com/hashicorp/vagrant/tree/main/', - owner: 'HashiCorp', + owner: 'Company Owned Documentation', }, { title: 'Boundary Docs', description: 'A secure and easy-to-use remote access solution.', projectUrl: 'https://boundaryproject.io/docs/', githubUrl: 'https://github.com/hashicorp/boundary/tree/main/', - owner: 'HashiCorp', + owner: 'Company Owned Documentation', }, { title: 'Waypoint Docs', description: 'A developer tool that makes it easier to build, deploy, and release applications.', projectUrl: 'https://waypointproject.io/docs/', githubUrl: 'https://github.com/hashicorp/waypoint/tree/main/docs/gen/', - owner: 'HashiCorp', + owner: 'Company Owned Documentation', }, { title: 'Sentinel Docs', description: 'Policy as Code framework for HashiCorp products.', projectUrl: 'https://docs.hashicorp.com/sentinel', githubUrl: 'https://github.com/hashicorp/sentinel-sdk', - owner: 'HashiCorp', + owner: 'Company Owned Documentation', }, ], }; From 45d4934e0dec1998e352adbd515000673b8284f5 Mon Sep 17 00:00:00 2001 From: Annay Paul Date: Fri, 27 Oct 2023 00:50:04 +0600 Subject: [PATCH 06/38] [Enhancement] Modified spelling and spacing for the 'owner' tag and removed hyphens where necessary to maintain consistency across the README.md file --- README.md | 221 +++++++++++++++++++++++++++--------------------------- 1 file changed, 109 insertions(+), 112 deletions(-) diff --git a/README.md b/README.md index 9a92e5e..d79e61d 100644 --- a/README.md +++ b/README.md @@ -151,133 +151,133 @@ ## Facebook Open Source Documentation -- [React Native Docs](https://reactnative.dev/docs/getting-started) - A framework for building native apps with React. 'Community Owned Docs' +- [React Native Docs](https://reactnative.dev/docs/getting-started) - A framework for building native apps with React. `Community Owned Docs` - [React Docs](https://reactjs.org/docs/getting-started.html) - A JavaScript library for building user interfaces. 'Company Owned Docs' -- [Create React App Docs](https://create-react-app.dev/docs/getting-started) - Set up a modern React web app by running one command. 'Community Owned Docs' -- [Hermes Docs](https://hermesengine.dev/docs/building-and-running) - A JavaScript engine optimized for running React Native. 'Community Owned Docs' +- [Create React App Docs](https://create-react-app.dev/docs/getting-started) - Set up a modern React web app by running one command. `Community Owned Docs` +- [Hermes Docs](https://hermesengine.dev/docs/building-and-running) - A JavaScript engine optimized for running React Native. `Community Owned Docs` - [Flipper Docs](https://fbflipper.com/docs/getting-started/) - A desktop debugging platform for mobile developers. 'Company Owned Docs' -- [PyTorch Docs](https://pytorch.org/docs/stable/index.html) - Tensors and Dynamic neural networks in Python with strong GPU acceleration. 'Community Owned Docs' -- [Fresco Docs](https://frescolib.org/docs/) - An Android library for managing images and the memory they use. 'Community Owned Docs' -- [Litho Docs](https://fblitho.com/docs/getting-started/) - A declarative framework for building efficient UIs on Android. 'Community Owned Docs' -- [Redex Docs](https://fbredex.com/docs/installation) - A bytecode optimizer for Android apps. 'Community Owned Docs' -- [Draftjs Docs](https://draftjs.org/docs/getting-started/) - A React framework for building text editors. 'Community Owned Docs' -- [Relay Docs](https://relay.dev/docs/) - Relay is a JavaScript framework for building data-driven React applications. 'Community Owned Docs' -- [Jestjs Docs](https://jestjs.io/docs/getting-started) - Delightful JavaScript Testing. 'Community Owned Docs' -- [Hydra Docs](https://hydra.cc/docs/intro) - Hydra is a framework for elegantly configuring complex applications. 'Community Owned Docs' -- [ParlAI Docs](https://parl.ai/docs/index.html) - A framework for training and evaluating AI models on a variety of openly available dialogue datasets. 'Community Owned Docs' -- [FBT Docs](https://facebook.github.io/fbt/docs/getting_started_on_web) - FBT is an internationalization framework for JavaScript designed to be not just powerful and flexible, but also simple and intuitive. [Edit on GitHub](https://github.com/facebook/fbt/tree/main/docs) 'Community Owned Docs' -- [RocksDB Docs](https://github.com/facebook/rocksdb/wiki) - RocksDB is a storage engine with key/value interface, where keys and values are arbitrary byte streams. It is a C++ library. It was developed at Facebook based on LevelDB and provides backwards-compatible support for LevelDB APIs. 'Community Owned Docs' -- [Docusaurus Docs](https://docusaurus.io/docs) - Easy to maintain open source documentation websites. 'Community Owned Docs' -- [Flux Docs](https://facebook.github.io/flux/docs/overview) - Application Architecture for Building User Interfaces. 'Community Owned Docs' -- [flow Docs](https://flow.org/en/docs/) - Adds static typing to JavaScript to improve developer productivity and code quality. 'Community Owned Docs' +- [PyTorch Docs](https://pytorch.org/docs/stable/index.html) - Tensors and Dynamic neural networks in Python with strong GPU acceleration. `Community Owned Docs` +- [Fresco Docs](https://frescolib.org/docs/) - An Android library for managing images and the memory they use. `Community Owned Docs` +- [Litho Docs](https://fblitho.com/docs/getting-started/) - A declarative framework for building efficient UIs on Android. `Community Owned Docs` +- [Redex Docs](https://fbredex.com/docs/installation) - A bytecode optimizer for Android apps. `Community Owned Docs` +- [Draftjs Docs](https://draftjs.org/docs/getting-started/) - A React framework for building text editors. `Community Owned Docs` +- [Relay Docs](https://relay.dev/docs/) - Relay is a JavaScript framework for building data-driven React applications. `Community Owned Docs` +- [Jestjs Docs](https://jestjs.io/docs/getting-started) - Delightful JavaScript Testing. `Community Owned Docs` +- [Hydra Docs](https://hydra.cc/docs/intro) - Hydra is a framework for elegantly configuring complex applications. `Community Owned Docs` +- [ParlAI Docs](https://parl.ai/docs/index.html) - A framework for training and evaluating AI models on a variety of openly available dialogue datasets. `Community Owned Docs` +- [FBT Docs](https://facebook.github.io/fbt/docs/getting_started_on_web) - FBT is an internationalization framework for JavaScript designed to be not just powerful and flexible, but also simple and intuitive. [Edit on GitHub](https://github.com/facebook/fbt/tree/main/docs) `Community Owned Docs` +- [RocksDB Docs](https://github.com/facebook/rocksdb/wiki) - RocksDB is a storage engine with key/value interface, where keys and values are arbitrary byte streams. It is a C++ library. It was developed at Facebook based on LevelDB and provides backwards-compatible support for LevelDB APIs. `Community Owned Docs` +- [Docusaurus Docs](https://docusaurus.io/docs) - Easy to maintain open source documentation websites. `Community Owned Docs` +- [Flux Docs](https://facebook.github.io/flux/docs/overview) - Application Architecture for Building User Interfaces. `Community Owned Docs` +- [flow Docs](https://flow.org/en/docs/) - Adds static typing to JavaScript to improve developer productivity and code quality. `Community Owned Docs` ## Google Open Source Documentation -- [Adanet Docs](https://adanet.readthedocs.io/) - Fast and flexible AutoML with learning guarantees. - `Community Owned Docs` -- [AMP Project Docs](https://amp.dev) - The AMP(Accelerated Mobile Pages) Project is an open source initiative aiming to make the web better for all. [Edit on GitHub](https://github.com/ampproject/amp.dev/tree/future/pages/content/amp-dev/documentation). - `Community Owned Docs` -- [Angular Docs](https://angular.io/docs) - Angular is a web application framework for mobile,desktop and web. - `Community Owned Docs` -- [Apache beam Docs](https://beam.apache.org/documentation/) - Apache beam is a unified model to define and execute data processing pipelines. - `Community Owned Docs` -- [Bazel Docs](https://docs.bazel.build) - Bazel is Google's build system for fast and correct builds. - `Community Owned Docs` -- [Dart Docs](https://dart.dev/guides) - Dart is a programming language developed at Google and approved as a standard by Ecma. It is ideal for web development and can be transcompiled to JavaScript, but can also be used to build server, desktop, and mobile applications. - `Company Owned Docs` -- [Fastlane Docs](https://docs.fastlane.tools) - Fastlane allows you to automate the complete release process of your iOS and Android apps. - `Community Owned Docs` -- [Flutter Docs](https://flutter.dev/docs) - Flutter is a mobile app SDK for building high-performance, high-fidelity apps for iOS and Android, from a single codebase. - `Community Owned Docs` -- [Forseti Security Docs](https://forsetisecurity.org/docs/latest/concepts/) - Forseti Security helps you secure your Google Cloud Platform organization. - `Company Owned Docs` +- [Adanet Docs](https://adanet.readthedocs.io/) - Fast and flexible AutoML with learning guarantees. `Community Owned Docs` +- [AMP Project Docs](https://amp.dev) - The AMP(Accelerated Mobile Pages) Project is an open source initiative aiming to make the web better for all. [Edit on GitHub](https://github.com/ampproject/amp.dev/tree/future/pages/content/amp-dev/documentation). `Community Owned Docs` +- [Angular Docs](https://angular.io/docs) - Angular is a web application framework for mobile,desktop and web. `Community Owned Docs` +- [Apache beam Docs](https://beam.apache.org/documentation/) - Apache beam is a unified model to define and execute data processing pipelines. `Community Owned Docs` +- [Bazel Docs](https://docs.bazel.build) - Bazel is Google's build system for fast and correct builds. `Community Owned Docs` +- [Dart Docs](https://dart.dev/guides) - Dart is a programming language developed at Google and approved as a standard by Ecma. It is ideal for web development and can be transcompiled to JavaScript, but can also be used to build server, desktop, and mobile applications. `Company Owned Docs` +- [Fastlane Docs](https://docs.fastlane.tools) - Fastlane allows you to automate the complete release process of your iOS and Android apps. `Community Owned Docs` +- [Flutter Docs](https://flutter.dev/docs) - Flutter is a mobile app SDK for building high-performance, high-fidelity apps for iOS and Android, from a single codebase. `Community Owned Docs` +- [Forseti Security Docs](https://forsetisecurity.org/docs/latest/concepts/) - Forseti Security helps you secure your Google Cloud Platform organization. `Company Owned Docs` - [Fuchsia Docs](https://fuchsia.dev/fuchsia-src/development) - Fuchsia is an open-source operating system designed from the ground up for security and updatability. - `Community Owned Docs` -- [gRPC Docs](https://grpc.io/docs/) - gRPC is a modern RPC framework that can run in any environment. It can efficiently connect services in and across data centers with pluggable support for load balancing, tracing, health checking and authentication. - `Community Owned Docs` +- [gRPC Docs](https://grpc.io/docs/) - gRPC is a modern RPC framework that can run in any environment. It can efficiently connect services in and across data centers with pluggable support for load balancing, tracing, health checking and authentication. `Community Owned Docs` - [Istio Docs](https://istio.io/latest/docs/) - Istio is an open platform that provides a uniform way to connect, manage, and secure microservices. [Edit on GitHub](https://github.com/istio/istio.io/tree/master/content). - `Community Owned Docs` -- [JanusGraph Docs](https://docs.janusgraph.org/) - JanusGraph is a scalable distributed graph database forked from the popular, but no longer maintained, project Titan. - `Community Owned Docs` -- [Knative Docs](https://knative.dev/docs/) - Knative components build on top of Kubernetes, abstracting away the complex details and enabling developers to focus on what matters. - `Community Owned Docs` -- [Kubeflow Docs](https://www.kubeflow.org/docs/) - Kubeflow is an open, community driven project to make it easy to deploy and manage an ML stack on Kubernetes. - `Community Owned Docs` -- [Kubernetes Docs](https://kubernetes.io/docs/home/) - Kubernetes is an open source container orchestration engine for automating deployment, scaling, and management of containerized applications. The open source project is hosted by the Cloud Native Computing Foundation (CNCF). - `Community Owned Docs` -- [Material UI](https://mui.com/material-ui/getting-started/) - Material UI is an open-source React component library that implements Google's Material Design. - `Community Owned Documentation` -- [OpenTelemetry Docs](https://opentelemetry.io/docs/) - OpenTelemetry provides a single set of APIs, libraries, agents, and collector services to capture distributed traces and metrics from your application. -`Community Owned Docs` -- [OpenTitan Docs](https://docs.opentitan.org/) - OpenTitan is the first open source project building a transparent, high-quality reference design and integration guidelines for silicon root of trust (RoT) chips. [Edit on GitHub](https://github.com/lowRISC/opentitan/tree/master/doc) - `Community Owned Docs` -- [Spinnaker Docs](https://spinnaker.io/docs/) - Spinnaker is an open source, multi-cloud, continuous delivery platform started at Netflix. Google joined the project in 2014 and together we launched its open sourcing in November of 2015. - `Community Owned Docs` -- [Upspin Docs](https://upspin.io/doc/) - Upspin is an experimental project to build a framework for naming and sharing files and other data securely, uniformly, and globally: a global name system of sorts. - `Company Owned Docs` -- [V8 Docs](https://v8.dev/docs) - V8 is a JavaScript engine which can run standalone, or be embedded into any C++ application. It compiles JavaScript to machine code before executing it, handles memory allocation for objects, and garbage collects objects it no longer needs. - `Community Owned Docs` +- [JanusGraph Docs](https://docs.janusgraph.org/) - JanusGraph is a scalable distributed graph database forked from the popular, but no longer maintained, project Titan. `Community Owned Docs` +- [Knative Docs](https://knative.dev/docs/) - Knative components build on top of Kubernetes, abstracting away the complex details and enabling developers to focus on what matters. `Community Owned Docs` +- [Kubeflow Docs](https://www.kubeflow.org/docs/) - Kubeflow is an open, community driven project to make it easy to deploy and manage an ML stack on Kubernetes. `Community Owned Docs` +- [Kubernetes Docs](https://kubernetes.io/docs/home/) - Kubernetes is an open source container orchestration engine for automating deployment, scaling, and management of containerized applications. The open source project is hosted by the Cloud Native Computing Foundation (CNCF). `Community Owned Docs` +- [Material UI](https://mui.com/material-ui/getting-started/) - Material UI is an open-source React component library that implements Google's Material Design. `Community Owned Documentation` +- [OpenTelemetry Docs](https://opentelemetry.io/docs/) - OpenTelemetry provides a single set of APIs, libraries, agents, and collector services to capture distributed traces and metrics from your application. `Community Owned Docs` +- [OpenTitan Docs](https://docs.opentitan.org/) - OpenTitan is the first open source project building a transparent, high-quality reference design and integration guidelines for silicon root of trust (RoT) chips. [Edit on GitHub](https://github.com/lowRISC/opentitan/tree/master/doc) `Community Owned Docs` +- [Spinnaker Docs](https://spinnaker.io/docs/) - Spinnaker is an open source, multi-cloud, continuous delivery platform started at Netflix. Google joined the project in 2014 and together we launched its open sourcing in November of 2015. `Community Owned Docs` +- [Upspin Docs](https://upspin.io/doc/) - Upspin is an experimental project to build a framework for naming and sharing files and other data securely, uniformly, and globally: a global name system of sorts. `Company Owned Docs` +- [V8 Docs](https://v8.dev/docs) - V8 is a JavaScript engine which can run standalone, or be embedded into any C++ application. It compiles JavaScript to machine code before executing it, handles memory allocation for objects, and garbage collects objects it no longer needs. `Community Owned Docs` - [Vitess Docs](https://vitess.io/docs/) - Vitess is a distributed database which uses MySQL as backend. With Vitess, existing MySQL installations can be turned into a scalable and sharded distributed database while preserving advanced MySQL features e.g. transactions or the SQL language. -- [TensorFlow Docs](https://www.tensorflow.org/tutorials) - An Open Source Machine Learning Framework for Everyone. - `Community Owned Docs` -- [OSV Docs](https://osv.dev/docs/) - OSV is a vulnerability database for open source projects. It exposes an API that lets users of these projects query whether or not their versions are impacted. - `Company Owned Docs` +- [TensorFlow Docs](https://www.tensorflow.org/tutorials) - An Open Source Machine Learning Framework for Everyone. `Community Owned Docs` +- [OSV Docs](https://osv.dev/docs/) - OSV is a vulnerability database for open source projects. It exposes an API that lets users of these projects query whether or not their versions are impacted. `Company Owned Docs` ## HashiCorp Open Source Documentation -- [Terraform Docs](https://www.terraform.io/docs/) - Terraform Linode provider.`Community Owned Documentation` -- [Vagrant Docs](https://www.vagrantup.com/docs) - Vagrant is a tool for building and distributing development environments.`Community Owned Documentation` -- [Waypoint Docs](https://www.waypointproject.io/docs) - A tool to build, deploy, and release any application on any platform.`Community Owned Documentation` -- [VaultProject Docs](https://www.vaultproject.io/docs) - A tool for secrets management, encryption as a service, and privileged access management.`Community Owned Documentation` -- [Consul Docs](https://www.consul.io/docs) - Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.`Community Owned Documentation` +- [Terraform Docs](https://www.terraform.io/docs/) - Terraform Linode provider. `Community Owned Documentation` +- [Vagrant Docs](https://www.vagrantup.com/docs) - Vagrant is a tool for building and distributing development environments. `Community Owned Documentation` +- [Waypoint Docs](https://www.waypointproject.io/docs) - A tool to build, deploy, and release any application on any platform. `Community Owned Documentation` +- [VaultProject Docs](https://www.vaultproject.io/docs) - A tool for secrets management, encryption as a service, and privileged access management. `Community Owned Documentation` +- [Consul Docs](https://www.consul.io/docs) - Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure. `Community Owned Documentation` ## IBM Open Source Documentation - [Loopback Docs](https://loopback.io/doc/en/lb4/) - A highly extensible Node.js and TypeScript framework - for building APIs and microservices.- `Community Owned Documentation` -- [Carbon Design System Docs](https://www.carbondesignsystem.com/all-about-carbon/what-is-carbon/) - A design system for products and experiences that includes code, tools, resources, and guidelines.- `Community Owned Documentation` -- [Node-RED Docs](https://nodered.org/docs) - Low-code programming for event-driven applications. [Edit on GitHub](https://github.com/node-red/node-red.github.io/tree/master/docs)- `Community Owned Documentation` -- [Qiskit Docs](https://qiskit.org/learn/) - An open-source SDK for working with quantum computers. [Edit on GitHub](https://github.com/Qiskit/platypus) -`Community Owned Documentation` + for building APIs and microservices. `Community Owned Documentation` +- [Carbon Design System Docs](https://www.carbondesignsystem.com/all-about-carbon/what-is-carbon/) - A design system for products and experiences that includes code, tools, resources, and guidelines. `Community Owned Documentation` +- [Node-RED Docs](https://nodered.org/docs) - Low-code programming for event-driven applications. [Edit on GitHub](https://github.com/node-red/node-red.github.io/tree/master/docs) `Community Owned Documentation` +- [Qiskit Docs](https://qiskit.org/learn/) - An open-source SDK for working with quantum computers. [Edit on GitHub](https://github.com/Qiskit/platypus) `Community Owned Documentation` ## JetBrains Open Source Documentation -- [Kotlin Docs](https://kotlinlang.org/docs/home.html) - Kotlin is a modern but already mature programming language designed to make developers happier.-`Community Owned Documentation` +- [Kotlin Docs](https://kotlinlang.org/docs/home.html) - Kotlin is a modern but already mature programming language designed to make developers happier. `Community Owned Documentation` ## Linode Open Source Documentation -- [Linode Docs](https://www.linode.com/docs/) - Linode guides and tutorials.-`Community Owned Documentation` +- [Linode Docs](https://www.linode.com/docs/) - Linode guides and tutorials. `Community Owned Documentation` ## LoginRadius Open Source Documentation -- [LoginRadius Docs](https://www.loginradius.com/docs) - LoginRadius empowers businesses to deliver a delightful customer experience without compromising security.-`Company Owned Documentation` +- [LoginRadius Docs](https://www.loginradius.com/docs) - LoginRadius empowers businesses to deliver a delightful customer experience without compromising security. `Company Owned Documentation` -- [Go-SAML](https://github.com/LoginRadius/go-saml) - High-Level API Implementation of SAML 2.0 (Currently Supported Identity Provider Implementation) Single Sign-On. -`Community Owned Documentation` -- [Egnature](https://github.com/LoginRadius/egnature) - An email signature generator.-`Community Owned Documentation` +- [Go-SAML](https://github.com/LoginRadius/go-saml) - High-Level API Implementation of SAML 2.0 (Currently Supported Identity Provider Implementation) Single Sign-On. `Community Owned Documentation` +- [Egnature](https://github.com/LoginRadius/egnature) - An email signature generator. `Community Owned Documentation` -- [PS-Softlist](https://github.com/LoginRadius/ps-softlist) - A power shell script to detect non-whitelisted installed software on Windows machines. -`Community Owned Documentation` -- [LoginRadius Engineering Portal](https://github.com/LoginRadius/engineering-portal) - Engineering Blog where you can contribute by writing a guest blog of fixing any issue you find with any of the available blogs. -`Community Owned Documentation` -- [Cascade](https://github.com/LoginRadius/cascade) - Create your internal developer's portal using Cascade. -`Community Owned Documentation` -- [C# Password Hash Library](https://github.com/LoginRadius/csharp-password-hash) - .NET standard library to secure the passwords using multiple hashing algorithms. -`Community Owned Documentation` +- [PS-Softlist](https://github.com/LoginRadius/ps-softlist) - A power shell script to detect non-whitelisted installed software on Windows machines. `Community Owned Documentation` +- [LoginRadius Engineering Portal](https://github.com/LoginRadius/engineering-portal) - Engineering Blog where you can contribute by writing a guest blog of fixing any issue you find with any of the available blogs. `Community Owned Documentation` +- [Cascade](https://github.com/LoginRadius/cascade) - Create your internal developer's portal using Cascade. `Community Owned Documentation` +- [C# Password Hash Library](https://github.com/LoginRadius/csharp-password-hash) - .NET standard library to secure the passwords using multiple hashing algorithms. `Community Owned Documentation` ## MayaData Open Source Documentation -- [OpenEBS Docs](https://openebs.io/docs) - OpenEBS helps Developers and Platform SREs easily deploy Kubernetes Stateful Workloads that require fast and highly reliable Container Attached Storage.-`Community Owned Documentation` -- [LitmusChaos Docs](https://docs.litmuschaos.io/) - Litmus is an end-to-end chaos engineering platform for cloud native infrastructure and applications. -`Community Owned Documentation` +- [OpenEBS Docs](https://openebs.io/docs) - OpenEBS helps Developers and Platform SREs easily deploy Kubernetes Stateful Workloads that require fast and highly reliable Container Attached Storage. `Community Owned Documentation` +- [LitmusChaos Docs](https://docs.litmuschaos.io/) - Litmus is an end-to-end chaos engineering platform for cloud native infrastructure and applications. `Community Owned Documentation` ## Microsoft Open Source Documentation - [Accessibility Insights for Web Docs](https://accessibilityinsights.io/docs/en/web/overview/) - Accessibility Insights for Web. [Edit on GitHub](https://github.com/microsoft/accessibility-insights-web/tree/main/docs) `Company Owned Documentation` -- [Azure Docs](https://docs.microsoft.com/en-us/azure/) - A cloud computing service created by Microsoft for building, testing, deploying, and managing applications and services through Microsoft-managed data centers. [Edit on GitHub](https://github.com/MicrosoftDocs/azure-docs)`Company Owned Documentation` -- [TypeScript Docs](https://www.typescriptlang.org/docs/) - TypeScript is an open-source and cross-platform language that builds on JavaScript by adding static types and type-checking.`Company Owned Documentation` -- [Visual Studio Code Docs](https://code.visualstudio.com/docs) - 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.`Company Owned Documentation` -- [Fluid Framework Docs](https://fluidframework.com/docs/) - Library for building distributed, real-time collaborative web applications.`Company Owned Documentation` -- [PWA Builder Docs](https://blog.pwabuilder.com/docs) - Helping developers build Progressive Web Apps (PWAs) and package them for app stores like Google Play, Microsoft Store, macOS Store, and more.`Company Owned Documentation` -- [Project Mu Docs](https://microsoft.github.io/mu/) - 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.`Company Owned Documentation` -- [PowerShell Docs](https://docs.microsoft.com/en-us/powershell/scripting/overview?view=powershell-7.1) - 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.`Company Owned Documentation` -- [PlayWright Docs](https://playwright.dev/docs/intro) - Node.js library to automate Chromium, Firefox and WebKit with a single API.`Company Owned Documentation` -- [Microsoft Graph Engine Docs](https://www.graphengine.io/docs/manual/index.html) - Microsoft Graph Engine.`Company Owned Documentation` -- [Fast Design Docs](https://www.fast.design/docs/introduction/) - The adaptive interface system for modern web experiences.`Company Owned Documentation` -- [Azure Python SDK Docs](https://docs.microsoft.com/python/api) - Azure Python SDK documentation, hosted on docs.microsoft.com.`Company Owned Documentation` -- [Azure PowerShell Docs](https://docs.microsoft.com/en-us/powershell/azure/) - Repository used to store Azure PowerShell cmdlet content published on docs.ms.com reference site. [Edit on GitHub](https://github.com/MicrosoftDocs/azure-docs-powershell)`Company Owned Documentation` -- [Microsoft 365 Docs](https://docs.microsoft.com/) - This repo is used to host the source for the Microsoft 365 documentation on. [Edit on GitHub](https://github.com/MicrosoftDocs/microsoft-365-docs)`Company Owned Documentation` -- [Azure CLI Docs](https://docs.microsoft.com/cli/azure/) - Repository used to store content for the docs.microsoft.com content for the Azure CLI.`Company Owned Documentation` -- [PowerShell Docs](https://docs.microsoft.com/en-gb/powershell/) - The official PowerShell documentation sources.`Company Owned Documentation` -- [DeepSpeed Docs](https://deepspeed.readthedocs.io/en/latest/) - DeepSpeed is a deep learning optimization library that makes distributed training easy, efficient, and effective.`Company Owned Documentation` -- [Dapr Docs](https://docs.dapr.io/) - Dapr user documentation, used to build docs.dapr.io.`Company Owned Documentation` -- [Microsoft Terminal Docs](https://docs.microsoft.com/en-us/windows/terminal/) - The new Windows Terminal and the original Windows console host, all in the same place!. [Edit on GitHub](https://github.com/MicrosoftDocs/terminal)`Company Owned Documentation` -- [Accessibility Insights for Windows. Docs](https://accessibilityinsights.io/docs/en/windows/overview/) - Accessibility Insights for Windows. [Edit on GitHub](https://github.com/microsoft/accessibility-insights-windows/tree/main/docs)`Company Owned Documentation` +- [Azure Docs](https://docs.microsoft.com/en-us/azure/) - A cloud computing service created by Microsoft for building, testing, deploying, and managing applications and services through Microsoft-managed data centers. [Edit on GitHub](https://github.com/MicrosoftDocs/azure-docs) `Company Owned Documentation` +- [TypeScript Docs](https://www.typescriptlang.org/docs/) - TypeScript is an open-source and cross-platform language that builds on JavaScript by adding static types and type-checking. `Company Owned Documentation` +- [Visual Studio Code Docs](https://code.visualstudio.com/docs) - 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. `Company Owned Documentation` +- [Fluid Framework Docs](https://fluidframework.com/docs/) - Library for building distributed, real-time collaborative web applications. `Company Owned Documentation` +- [PWA Builder Docs](https://blog.pwabuilder.com/docs) - Helping developers build Progressive Web Apps (PWAs) and package them for app stores like Google Play, Microsoft Store, macOS Store, and more. `Company Owned Documentation` +- [Project Mu Docs](https://microsoft.github.io/mu/) - 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. `Company Owned Documentation` +- [PowerShell Docs](https://docs.microsoft.com/en-us/powershell/scripting/overview?view=powershell-7.1) - 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. `Company Owned Documentation` +- [PlayWright Docs](https://playwright.dev/docs/intro) - Node.js library to automate Chromium, Firefox and WebKit with a single API. `Company Owned Documentation` +- [Microsoft Graph Engine Docs](https://www.graphengine.io/docs/manual/index.html) - Microsoft Graph Engine. `Company Owned Documentation` +- [Fast Design Docs](https://www.fast.design/docs/introduction/) - The adaptive interface system for modern web experiences. `Company Owned Documentation` +- [Azure Python SDK Docs](https://docs.microsoft.com/python/api) - Azure Python SDK documentation, hosted on docs.microsoft.com. `Company Owned Documentation` +- [Azure PowerShell Docs](https://docs.microsoft.com/en-us/powershell/azure/) - Repository used to store Azure PowerShell cmdlet content published on docs.ms.com reference site. [Edit on GitHub](https://github.com/MicrosoftDocs/azure-docs-powershell) `Company Owned Documentation` +- [Microsoft 365 Docs](https://docs.microsoft.com/) - This repo is used to host the source for the Microsoft 365 documentation on. [Edit on GitHub](https://github.com/MicrosoftDocs/microsoft-365-docs) `Company Owned Documentation` +- [Azure CLI Docs](https://docs.microsoft.com/cli/azure/) - Repository used to store content for the docs.microsoft.com content for the Azure CLI. `Company Owned Documentation` +- [PowerShell Docs](https://docs.microsoft.com/en-gb/powershell/) - The official PowerShell documentation sources. `Company Owned Documentation` +- [DeepSpeed Docs](https://deepspeed.readthedocs.io/en/latest/) - DeepSpeed is a deep learning optimization library that makes distributed training easy, efficient, and effective. `Company Owned Documentation` +- [Dapr Docs](https://docs.dapr.io/) - Dapr user documentation, used to build docs.dapr.io. `Company Owned Documentation` +- [Microsoft Terminal Docs](https://docs.microsoft.com/en-us/windows/terminal/) - The new Windows Terminal and the original Windows console host, all in the same place!. [Edit on GitHub](https://github.com/MicrosoftDocs/terminal) `Company Owned Documentation` +- [Accessibility Insights for Windows. Docs](https://accessibilityinsights.io/docs/en/windows/overview/) - Accessibility Insights for Windows. [Edit on GitHub](https://github.com/microsoft/accessibility-insights-windows/tree/main/docs) `Company Owned Documentation` @@ -306,62 +306,62 @@ ## Puppet Open Source Documentation -- [Puppet VS Code Extension](https://puppet-vscode.github.io/docs) - The Puppet Extension for VS Code provides full Puppet DSL intellisense, syntax highlighting, Puppet command support, Puppet node graphs, and much more. `Company owned` -- [PuppetDB](https://puppet.com/docs/puppetdb/7/overview.html) - PuppetDB collects and stores data generated by Puppet giving you access to a huge inventory of metadata about every node in your infrastructure. `Community owned` +- [Puppet VS Code Extension](https://puppet-vscode.github.io/docs) - The Puppet Extension for VS Code provides full Puppet DSL intellisense, syntax highlighting, Puppet command support, Puppet node graphs, and much more. `Company Owned Docs` +- [PuppetDB](https://puppet.com/docs/puppetdb/7/overview.html) - PuppetDB collects and stores data generated by Puppet giving you access to a huge inventory of metadata about every node in your infrastructure. `Community Owned Docs` ## Python Open Source Documentation -- [Python](https://docs.python.org/3/) - Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. Python is dynamically typed and garbage-collected. It supports multiple programming paradigms, including structured, object-oriented and functional programming. `Community owned` -- [CPython](https://devguide.python.org/) - The Official Python programming language source code written in C. `Community owned` +- [Python](https://docs.python.org/3/) - Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. Python is dynamically typed and garbage-collected. It supports multiple programming paradigms, including structured, object-oriented and functional programming. `Community Owned Docs` +- [CPython](https://devguide.python.org/) - The Official Python programming language source code written in C. `Community Owned Docs` ## RedHat Open Source Documentation -- [CentOS Docs](https://docs.centos.org) - SA solid, predictable base to build upon, with extensive resources to build, test, release, and maintain code. `Company owned` -- [Ceph Docs](https://docs.ceph.com/) - A distributed object, block, and file storage platform. `Company owned` -- [Project QUAY Docs](https://docs.projectquay.io/) - Builds, analyzes, distributes your container images. [Edit on GitHub](https://github.com/quay/quay-docs) `Community owned` -- [WildFly Docs](https://docs.wildfly.org/) - A flexible, lightweight, managed application runtime that helps you build amazing applications. [Edit on GitHub](https://github.com/wildfly/wildfly/tree/main/docs) `Community owned` +- [CentOS Docs](https://docs.centos.org) - SA solid, predictable base to build upon, with extensive resources to build, test, release, and maintain code. `Company Owned Docs` +- [Ceph Docs](https://docs.ceph.com/) - A distributed object, block, and file storage platform. `Company Owned Docs` +- [Project QUAY Docs](https://docs.projectquay.io/) - Builds, analyzes, distributes your container images. [Edit on GitHub](https://github.com/quay/quay-docs) `Community Owned Docs` +- [WildFly Docs](https://docs.wildfly.org/) - A flexible, lightweight, managed application runtime that helps you build amazing applications. [Edit on GitHub](https://github.com/wildfly/wildfly/tree/main/docs) `Community Owned Docs` ## Salesforce Open Source Documentation -- [Lightning Web Components Docs](https://lwc.dev/guide/introduction) - A Blazing Fast, Enterprise-Grade Web Components Foundation, The lightweight, high performance web component framework that powers thousands of apps. `Community owned` -- [Buildpacks Docs](https://buildpacks.io/docs/) - Buildpacks are pluggable, modular tools that translate source code into OCI images. `Community owned` -- [Cloudsplaining Docs](https://cloudsplaining.readthedocs.io/en/latest/) - AWS IAM security assessment tool that identifies violations of least privilege and generates a risk-prioritized report. `Company Owned` -- [Oclif Docs](https://oclif.io/docs/introduction) - A framework for building CLIs in Node.js. Designed both for simple CLIs that can be just a single file with a few flag options, or for very complex CLIs that have many subcommands. `Company Owned` -- [Apache PredictionIO Docs](https://predictionio.apache.org/start/) - Apache PredictionIO® is a machine learning server for developers and data scientists to create predictive engines for any machine learning task. `Community Owned` -- [TransmogrifAI Docs](https://docs.transmogrif.ai/en/stable/) - AutoML library for building modular, reusable, strongly typed machine learning workflows on Apache Spark with minimal hand tuning. [Edit on GitHub](https://github.com/salesforce/TransmogrifAI/tree/master/docs) `Company Owned` -- [Policy Sentry Docs](https://policy-sentry.readthedocs.io/en/latest/) - AM Least Privilege Policy Generator. `Community owned` +- [Lightning Web Components Docs](https://lwc.dev/guide/introduction) - A Blazing Fast, Enterprise-Grade Web Components Foundation, The lightweight, high performance web component framework that powers thousands of apps. `Community Owned Docs` +- [Buildpacks Docs](https://buildpacks.io/docs/) - Buildpacks are pluggable, modular tools that translate source code into OCI images. `Community Owned Docs` +- [Cloudsplaining Docs](https://cloudsplaining.readthedocs.io/en/latest/) - AWS IAM security assessment tool that identifies violations of least privilege and generates a risk-prioritized report. `Company Owned Docs` +- [Oclif Docs](https://oclif.io/docs/introduction) - A framework for building CLIs in Node.js. Designed both for simple CLIs that can be just a single file with a few flag options, or for very complex CLIs that have many subcommands. `Company Owned Docs` +- [Apache PredictionIO Docs](https://predictionio.apache.org/start/) - Apache PredictionIO® is a machine learning server for developers and data scientists to create predictive engines for any machine learning task. `Community Owned Docs` +- [TransmogrifAI Docs](https://docs.transmogrif.ai/en/stable/) - AutoML library for building modular, reusable, strongly typed machine learning workflows on Apache Spark with minimal hand tuning. [Edit on GitHub](https://github.com/salesforce/TransmogrifAI/tree/master/docs) `Company Owned Docs` +- [Policy Sentry Docs](https://policy-sentry.readthedocs.io/en/latest/) - AM Least Privilege Policy Generator. `Community Owned Docs` ## Samsung Open Source Documentation -- [Tizen Docs](https://docs.tizen.org/) - Tizen is an open and flexible operating system built from the ground up to address the needs of all stakeholders of the mobile and connected device ecosystem, including device manufacturers, mobile operators, application developers and independent software vendors (ISVs). `community-owned documentation` -- [JerryScript Docs](https://jerryscript.net/getting-started/) - Ultra-lightweight JavaScript engine for the Internet of Things.`community-owned documentation` +- [Tizen Docs](https://docs.tizen.org/) - Tizen is an open and flexible operating system built from the ground up to address the needs of all stakeholders of the mobile and connected device ecosystem, including device manufacturers, mobile operators, application developers and independent software vendors (ISVs). `Community Owned Docs` +- [JerryScript Docs](https://jerryscript.net/getting-started/) - Ultra-lightweight JavaScript engine for the Internet of Things. `Community Owned Docs` ## Shopify Open Source Documentation -- [Draggable Docs](https://shopify.github.io/draggable/docs/) - The JavaScript Drag & Drop library your grandparents warned you about.`Company Owned Documentation` -- [FunctionalTableData Docs](https://shopify.github.io/FunctionalTableData/) - Declarative UITableViewDataSource implementation, [Edit FunctionalTableData Docs on GitHub](https://github.com/Shopify/FunctionalTableData/tree/master/docs)`Company Owned Documentation` -- [Shopify Theme Kit Docs](https://shopify.dev/themes/tools/theme-kit) - Shopify theme development command line tool.`Company Owned Documentation` +- [Draggable Docs](https://shopify.github.io/draggable/docs/) - The JavaScript Drag & Drop library your grandparents warned you about. `Company Owned Docs` +- [FunctionalTableData Docs](https://shopify.github.io/FunctionalTableData/) - Declarative UITableViewDataSource implementation, [Edit FunctionalTableData Docs on GitHub](https://github.com/Shopify/FunctionalTableData/tree/master/docs) `Company Owned Docs` +- [Shopify Theme Kit Docs](https://shopify.dev/themes/tools/theme-kit) - Shopify theme development command line tool. `Company Owned Docs` ## SlackHQ Open Source Documentation -- [Keeper Docs](https://slackhq.github.io/keeper/) - A Gradle plugin that infers Proguard/R8 keep rules for androidTest sources.`Company Owned Documentation` -- [Bolt-Js Docs](https://slack.dev/bolt-js/) - A framework to build Slack apps using JavaScript.`Company Owned Documentation` -- [Bolt-Python Docs](https://slack.dev/python-slack-sdk/) - A framework to build Slack apps using Python.`Company Owned Documentation` -- [Slack Java SDK Docs](https://slack.dev/java-slack-sdk/) - Slack Developer Kit (including Bolt for Java) for any JVM language.`Company Owned Documentation` -- [Slack Node SDK Docs](https://slack.dev/node-slack-sdk) - Slack Developer Kit for Node.js.`Company Owned Documentation` -- [Slack Hubot Docs](https://slack.dev/hubot-slack/) - Slack Developer Kit for Hubot.`Company Owned Documentation` +- [Keeper Docs](https://slackhq.github.io/keeper/) - A Gradle plugin that infers Proguard/R8 keep rules for androidTest sources. `Company Owned Docs` +- [Bolt-Js Docs](https://slack.dev/bolt-js/) - A framework to build Slack apps using JavaScript. `Company Owned Docs` +- [Bolt-Python Docs](https://slack.dev/python-slack-sdk/) - A framework to build Slack apps using Python. `Company Owned Docs` +- [Slack Java SDK Docs](https://slack.dev/java-slack-sdk/) - Slack Developer Kit (including Bolt for Java) for any JVM language. `Company Owned Docs` +- [Slack Node SDK Docs](https://slack.dev/node-slack-sdk) - Slack Developer Kit for Node.js. `Company Owned Docs` +- [Slack Hubot Docs](https://slack.dev/hubot-slack/) - Slack Developer Kit for Hubot. `Company Owned Docs` @@ -376,9 +376,7 @@ ## Tailwind Open Source Documentation -- [Tailwind Docs](https://v2.tailwindcss.com/docs/installation) - Tailwind is a utility-first CSS framework packed with classes like flex, pt-4, text-center and - rotate-90 that can be composed to build any design, directly in your markup. - [GitHub Docs Location](https://github.com/tailwindlabs/tailwindcss). `Community Owned Docs` +- [Tailwind Docs](https://v2.tailwindcss.com/docs/installation) - Tailwind is a utility-first CSS framework packed with classes like flex, pt-4, text-center and rotate-90 that can be composed to build any design, directly in your markup. [GitHub Docs Location](https://github.com/tailwindlabs/tailwindcss). `Community Owned Docs` @@ -389,14 +387,13 @@ - [GraphQL Modules Docs](https://www.graphql-modules.com/docs/index) - Enterprise Grade Tooling For Your GraphQL Server. `Community Owned Docs` - [GraphQL Mesh Docs](https://www.graphql-mesh.com/docs/getting-started/introduction) - Query anything, run anywhere. `Community Owned Docs` - [GraphQL Code Generator Docs](https://www.graphql-code-generator.com/docs/getting-started/index) - A tool for generating code based on a GraphQL schema and GraphQL operations "query/mutation/subscription", with flexible support for custom plugins. `Community Owned Docs` -- [GraphQL Tools Docs](https://www.graphql-tools.com/docs/introduction) - Build, mock, and stitch a GraphQL schema using the schema language. - `Community Owned Docs` - +- [GraphQL Tools Docs](https://www.graphql-tools.com/docs/introduction) - Build, mock, and stitch a GraphQL schema using the schema language. `Community Owned Docs` + + ## Twilio Open Source Documentation -- [SendGrid Docs](https://docs.sendgrid.com/) - SendGrid is everything you need to send emails that cut through the noise and make a connection. [GitHub Docs Location](https://github.com/sendgrid/docs/tree/develop/content/docs) -- `Company Owned Docs` +- [SendGrid Docs](https://docs.sendgrid.com/) - SendGrid is everything you need to send emails that cut through the noise and make a connection. [GitHub Docs Location](https://github.com/sendgrid/docs/tree/develop/content/docs) `Company Owned Docs` From 12a6f19939a14e77a877e3d2cd017a8cdf7690ef Mon Sep 17 00:00:00 2001 From: Annay Paul Date: Fri, 27 Oct 2023 00:51:15 +0600 Subject: [PATCH 07/38] [Enhancement] Added the Google Docs as mentioned in the README.md into google.js file --- .../constants/docs/orderByAlphabet/google.js | 184 ++++++++++++++++++ 1 file changed, 184 insertions(+) create mode 100644 awesome-oss-docs/src/constants/docs/orderByAlphabet/google.js diff --git a/awesome-oss-docs/src/constants/docs/orderByAlphabet/google.js b/awesome-oss-docs/src/constants/docs/orderByAlphabet/google.js new file mode 100644 index 0000000..12354e1 --- /dev/null +++ b/awesome-oss-docs/src/constants/docs/orderByAlphabet/google.js @@ -0,0 +1,184 @@ +export default { + title: "Google Open Source Documentation ", + documentations: [ + { + title: "Adanet Docs", + description: "Fast and flexible AutoML with learning guarantees.", + projectUrl: "https://adanet.readthedocs.io/", + owner: "Community Owned Docs", + }, + { + title: "AMP Project Docs", + description: + "The AMP(Accelerated Mobile Pages) Project is an open source initiative aiming to make the web better for all.", + projectUrl: "https://amp.dev", + githubUrl: + "https://github.com/ampproject/amp.dev/tree/future/pages/content/amp-dev/documentation", + owner: "Community Owned Docs", + }, + { + title: "Angular Docs", + description: + "Angular is a web application framework for mobile,desktop and web.", + projectUrl: "https://angular.io/docs", + owner: "Community Owned Docs", + }, + { + title: "Apache beam Docs", + description: + "Apache beam is a unified model to define and execute data processing pipelines.", + projectUrl: "https://beam.apache.org/documentation/", + owner: "Community Owned Docs", + }, + { + title: "Bazel Docs", + description: + "Bazel is Google's build system for fast and correct builds.", + projectUrl: "https://docs.bazel.build", + owner: "Community Owned Docs", + }, + { + title: "Dart Docs", + description: + "Dart is a programming language developed at Google and approved as a standard by Ecma. It is ideal for web development and can be transcompiled to JavaScript, but can also be used to build server, desktop, and mobile applications.", + projectUrl: "https://dart.dev/guides", + owner: "Company Owned Docs", + }, + { + title: "Fastlane Docs", + description: + "Fastlane allows you to automate the complete release process of your iOS and Android apps.", + projectUrl: "https://docs.fastlane.tools", + owner: "Community Owned Docs", + }, + { + title: "Forseti Security Docs", + description: + "Forseti Security helps you secure your Google Cloud Platform organization.", + projectUrl: "https://forsetisecurity.org/docs/latest/concepts/", + owner: "Company Owned Docs", + }, + { + title: "Flutter Docs", + description: + "Flutter is a mobile app SDK for building high-performance, high-fidelity apps for iOS and Android, from a single codebase.", + projectUrl: "https://flutter.dev/docs", + owner: "Community Owned Docs", + }, + { + title: "Fuchsia Docs", + description: + "Fuchsia is an open-source operating system designed from the ground up for security and updatability.", + projectUrl: "https://fuchsia.dev/fuchsia-src/development", + owner: "Community Owned Docs", + }, + { + title: "gRPC Docs", + description: + "gRPC is a modern RPC framework that can run in any environment. It can efficiently connect services in and across data centers with pluggable support for load balancing, tracing, health checking and authentication.", + projectUrl: "https://grpc.io/docs/", + owner: "Community Owned Docs", + }, + { + title: "Istio Docs", + description: + "Istio is an open platform that provides a uniform way to connect, manage, and secure microservices.", + projectUrl: "https://istio.io/latest/docs/", + githubUrl: "https://github.com/istio/istio.io/tree/master/content", + owner: "Community Owned Docs", + }, + { + title: "JanusGraph Docs", + description: + "JanusGraph is a scalable distributed graph database forked from the popular, but no longer maintained, project Titan.", + projectUrl: "https://docs.janusgraph.org/", + owner: "Community Owned Docs", + }, + { + title: "Knative Docs", + description: + "Knative components build on top of Kubernetes, abstracting away the complex details and enabling developers to focus on what matters.", + projectUrl: "https://knative.dev/docs/", + owner: "Community Owned Docs", + }, + { + title: "Kubeflow Docs", + description: + "Kubeflow is an open, community driven project to make it easy to deploy and manage an ML stack on Kubernetes.", + projectUrl: "https://www.kubeflow.org/docs/", + owner: "Community Owned Docs", + }, + { + title: "Kubernetes Docs", + description: + "Kubernetes is an open source container orchestration engine for automating deployment, scaling, and management of containerized applications. The open source project is hosted by the Cloud Native Computing Foundation (CNCF).", + projectUrl: "https://kubernetes.io/docs/home/", + owner: "Community Owned Docs", + }, + { + title: "Material UI", + description: + "Material UI is an open-source React component library that implements Google's Material Design.", + projectUrl: "https://mui.com/material-ui/getting-started/", + owner: "Community Owned Documentation", + }, + { + title: "OpenTelemetry Docs", + description: + "OpenTelemetry provides a single set of APIs, libraries, agents, and collector services to capture distributed traces and metrics from your application.", + projectUrl: "https://opentelemetry.io/docs/", + owner: "Community Owned Docs", + }, + { + title: "OpenTitan Docs", + description: + "OpenTitan is the first open source project building a transparent, high-quality reference design and integration guidelines for silicon root of trust (RoT) chips.", + projectUrl: "https://docs.opentitan.org/", + githubUrl: "https://github.com/lowRISC/opentitan/tree/master/doc)", + owner: "Community Owned Docs", + }, + { + title: "OSV Docs", + description: + "OSV is a vulnerability database for open source projects. It exposes an API that lets users of these projects query whether or not their versions are impacted.", + projectUrl: "https://osv.dev/docs/", + owner: "Company Owned Docs", + }, + { + title: "Spinnaker Docs", + description: + "Spinnaker is an open source, multi-cloud, continuous delivery platform started at Netflix. Google joined the project in 2014 and together we launched its open sourcing in November of 2015.", + projectUrl: "https://spinnaker.io/docs/", + owner: "Community Owned Docs", + }, + { + title: "TensorFlow Docs", + description: + "An Open Source Machine Learning Framework for Everyone.", + projectUrl: "https://www.tensorflow.org/tutorials", + owner: "Community Owned Docs", + }, + + { + title: "Upspin Docs", + description: + "Upspin is an experimental project to build a framework for naming and sharing files and other data securely, uniformly, and globally: a global name system of sorts.", + projectUrl: "https://upspin.io/doc/", + owner: "Company Owned Docs", + }, + { + title: "V8 Docs", + description: + "V8 is a JavaScript engine which can run standalone, or be embedded into any C++ application. It compiles JavaScript to machine code before executing it, handles memory allocation for objects, and garbage collects objects it no longer needs.", + projectUrl: "https://v8.dev/docs", + owner: "Community Owned Docs", + }, + { + title: "Vitess Docs", + description: + "Vitess is a distributed database which uses MySQL as backend. With Vitess, existing MySQL installations can be turned into a scalable and sharded distributed database while preserving advanced MySQL features e.g. transactions or the SQL language.", + projectUrl: "https://vitess.io/docs/", + owner: " ", + }, + ], +}; From 6c0a0b8b35107cbf3744413a196aec01c0734ea6 Mon Sep 17 00:00:00 2001 From: Annay Paul Date: Fri, 27 Oct 2023 00:56:05 +0600 Subject: [PATCH 08/38] [Fix] Imported google from google.js --- awesome-oss-docs/src/constants/docs/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/awesome-oss-docs/src/constants/docs/index.js b/awesome-oss-docs/src/constants/docs/index.js index 076ca45..d2fa771 100644 --- a/awesome-oss-docs/src/constants/docs/index.js +++ b/awesome-oss-docs/src/constants/docs/index.js @@ -10,6 +10,7 @@ import docker from "./orderByAlphabet/docker"; import dropbox from "./orderByAlphabet/dropbox"; import elastic from "./orderByAlphabet/elastic"; import facebook from "./orderByAlphabet/facebook"; +import google from "./orderByAlphabet/google"; import ibm from "./orderByAlphabet/ibm"; import jetbrains from "./orderByAlphabet/jetbrains"; import linode from "./orderByAlphabet/linode"; @@ -30,6 +31,7 @@ export default [ dropbox, elastic, facebook, + google, ibm, jetbrains, linode, From ca69fb057df9b63e1369c755090fd046d2e20c45 Mon Sep 17 00:00:00 2001 From: devCreed <66225920+Elijah699@users.noreply.github.com> Date: Fri, 27 Oct 2023 09:51:44 +0100 Subject: [PATCH 09/38] Added owner category for vitess docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a92e5e..cf5af59 100644 --- a/README.md +++ b/README.md @@ -197,7 +197,7 @@ - [Spinnaker Docs](https://spinnaker.io/docs/) - Spinnaker is an open source, multi-cloud, continuous delivery platform started at Netflix. Google joined the project in 2014 and together we launched its open sourcing in November of 2015. - `Community Owned Docs` - [Upspin Docs](https://upspin.io/doc/) - Upspin is an experimental project to build a framework for naming and sharing files and other data securely, uniformly, and globally: a global name system of sorts. - `Company Owned Docs` - [V8 Docs](https://v8.dev/docs) - V8 is a JavaScript engine which can run standalone, or be embedded into any C++ application. It compiles JavaScript to machine code before executing it, handles memory allocation for objects, and garbage collects objects it no longer needs. - `Community Owned Docs` -- [Vitess Docs](https://vitess.io/docs/) - Vitess is a distributed database which uses MySQL as backend. With Vitess, existing MySQL installations can be turned into a scalable and sharded distributed database while preserving advanced MySQL features e.g. transactions or the SQL language. +- [Vitess Docs](https://vitess.io/docs/) - Vitess is a distributed database which uses MySQL as backend. With Vitess, existing MySQL installations can be turned into a scalable and sharded distributed database while preserving advanced MySQL features e.g. transactions or the SQL language. - `Community Owned Documentation` - [TensorFlow Docs](https://www.tensorflow.org/tutorials) - An Open Source Machine Learning Framework for Everyone. - `Community Owned Docs` - [OSV Docs](https://osv.dev/docs/) - OSV is a vulnerability database for open source projects. It exposes an API that lets users of these projects query whether or not their versions are impacted. - `Company Owned Docs` From 5dc6577b8d2ba602a3b3cc7e35e5815de751ca88 Mon Sep 17 00:00:00 2001 From: devCreed <66225920+Elijah699@users.noreply.github.com> Date: Fri, 27 Oct 2023 10:05:59 +0100 Subject: [PATCH 10/38] Added vitess Owner and changed docs to Documentation --- .../constants/docs/orderByAlphabet/google.js | 46 +++++++++---------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/awesome-oss-docs/src/constants/docs/orderByAlphabet/google.js b/awesome-oss-docs/src/constants/docs/orderByAlphabet/google.js index 12354e1..123cf5e 100644 --- a/awesome-oss-docs/src/constants/docs/orderByAlphabet/google.js +++ b/awesome-oss-docs/src/constants/docs/orderByAlphabet/google.js @@ -21,63 +21,63 @@ export default { description: "Angular is a web application framework for mobile,desktop and web.", projectUrl: "https://angular.io/docs", - owner: "Community Owned Docs", + owner: "Community Owned Documentation", }, { title: "Apache beam Docs", description: "Apache beam is a unified model to define and execute data processing pipelines.", projectUrl: "https://beam.apache.org/documentation/", - owner: "Community Owned Docs", + owner: "Community Owned Documentation", }, { title: "Bazel Docs", description: "Bazel is Google's build system for fast and correct builds.", projectUrl: "https://docs.bazel.build", - owner: "Community Owned Docs", + owner: "Community Owned Documentation", }, { title: "Dart Docs", description: "Dart is a programming language developed at Google and approved as a standard by Ecma. It is ideal for web development and can be transcompiled to JavaScript, but can also be used to build server, desktop, and mobile applications.", projectUrl: "https://dart.dev/guides", - owner: "Company Owned Docs", + owner: "Company Owned Documentation", }, { title: "Fastlane Docs", description: "Fastlane allows you to automate the complete release process of your iOS and Android apps.", projectUrl: "https://docs.fastlane.tools", - owner: "Community Owned Docs", + owner: "Community Owned Documentation", }, { title: "Forseti Security Docs", description: "Forseti Security helps you secure your Google Cloud Platform organization.", projectUrl: "https://forsetisecurity.org/docs/latest/concepts/", - owner: "Company Owned Docs", + owner: "Company Owned Documentation", }, { title: "Flutter Docs", description: "Flutter is a mobile app SDK for building high-performance, high-fidelity apps for iOS and Android, from a single codebase.", projectUrl: "https://flutter.dev/docs", - owner: "Community Owned Docs", + owner: "Community Owned Documentation", }, { title: "Fuchsia Docs", description: "Fuchsia is an open-source operating system designed from the ground up for security and updatability.", projectUrl: "https://fuchsia.dev/fuchsia-src/development", - owner: "Community Owned Docs", + owner: "Community Owned Documentation", }, { title: "gRPC Docs", description: "gRPC is a modern RPC framework that can run in any environment. It can efficiently connect services in and across data centers with pluggable support for load balancing, tracing, health checking and authentication.", projectUrl: "https://grpc.io/docs/", - owner: "Community Owned Docs", + owner: "Community Owned Documentation", }, { title: "Istio Docs", @@ -85,35 +85,35 @@ export default { "Istio is an open platform that provides a uniform way to connect, manage, and secure microservices.", projectUrl: "https://istio.io/latest/docs/", githubUrl: "https://github.com/istio/istio.io/tree/master/content", - owner: "Community Owned Docs", + owner: "Community Owned Documentation", }, { title: "JanusGraph Docs", description: "JanusGraph is a scalable distributed graph database forked from the popular, but no longer maintained, project Titan.", projectUrl: "https://docs.janusgraph.org/", - owner: "Community Owned Docs", + owner: "Community Owned Documentation", }, { title: "Knative Docs", description: "Knative components build on top of Kubernetes, abstracting away the complex details and enabling developers to focus on what matters.", projectUrl: "https://knative.dev/docs/", - owner: "Community Owned Docs", + owner: "Community Owned Documentation", }, { title: "Kubeflow Docs", description: "Kubeflow is an open, community driven project to make it easy to deploy and manage an ML stack on Kubernetes.", projectUrl: "https://www.kubeflow.org/docs/", - owner: "Community Owned Docs", + owner: "Community Owned Documentation", }, { title: "Kubernetes Docs", description: "Kubernetes is an open source container orchestration engine for automating deployment, scaling, and management of containerized applications. The open source project is hosted by the Cloud Native Computing Foundation (CNCF).", projectUrl: "https://kubernetes.io/docs/home/", - owner: "Community Owned Docs", + owner: "Community Owned Documentation", }, { title: "Material UI", @@ -127,36 +127,36 @@ export default { description: "OpenTelemetry provides a single set of APIs, libraries, agents, and collector services to capture distributed traces and metrics from your application.", projectUrl: "https://opentelemetry.io/docs/", - owner: "Community Owned Docs", + owner: "Community Owned Documentation", }, { title: "OpenTitan Docs", description: "OpenTitan is the first open source project building a transparent, high-quality reference design and integration guidelines for silicon root of trust (RoT) chips.", projectUrl: "https://docs.opentitan.org/", - githubUrl: "https://github.com/lowRISC/opentitan/tree/master/doc)", - owner: "Community Owned Docs", + githubUrl: "https://github.com/lowRISC/opentitan/tree/master/doc", + owner: "Community Owned Documentation", }, { title: "OSV Docs", description: "OSV is a vulnerability database for open source projects. It exposes an API that lets users of these projects query whether or not their versions are impacted.", projectUrl: "https://osv.dev/docs/", - owner: "Company Owned Docs", + owner: "Company Owned Documentation", }, { title: "Spinnaker Docs", description: "Spinnaker is an open source, multi-cloud, continuous delivery platform started at Netflix. Google joined the project in 2014 and together we launched its open sourcing in November of 2015.", projectUrl: "https://spinnaker.io/docs/", - owner: "Community Owned Docs", + owner: "Community Owned Documentation", }, { title: "TensorFlow Docs", description: "An Open Source Machine Learning Framework for Everyone.", projectUrl: "https://www.tensorflow.org/tutorials", - owner: "Community Owned Docs", + owner: "Community Owned Documentation", }, { @@ -164,21 +164,21 @@ export default { description: "Upspin is an experimental project to build a framework for naming and sharing files and other data securely, uniformly, and globally: a global name system of sorts.", projectUrl: "https://upspin.io/doc/", - owner: "Company Owned Docs", + owner: "Company Owned Documentation", }, { title: "V8 Docs", description: "V8 is a JavaScript engine which can run standalone, or be embedded into any C++ application. It compiles JavaScript to machine code before executing it, handles memory allocation for objects, and garbage collects objects it no longer needs.", projectUrl: "https://v8.dev/docs", - owner: "Community Owned Docs", + owner: "Community Owned Documentation", }, { title: "Vitess Docs", description: "Vitess is a distributed database which uses MySQL as backend. With Vitess, existing MySQL installations can be turned into a scalable and sharded distributed database while preserving advanced MySQL features e.g. transactions or the SQL language.", projectUrl: "https://vitess.io/docs/", - owner: " ", + owner: "Community Owned Documentation", }, ], }; From d3f4aeb773d2480c5f4c9369d33b0eae7b2098e1 Mon Sep 17 00:00:00 2001 From: devCreed <66225920+Elijah699@users.noreply.github.com> Date: Sat, 28 Oct 2023 02:39:06 +0100 Subject: [PATCH 11/38] Update hashicorp.js --- .../src/constants/docs/orderByAlphabet/hashicorp.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/awesome-oss-docs/src/constants/docs/orderByAlphabet/hashicorp.js b/awesome-oss-docs/src/constants/docs/orderByAlphabet/hashicorp.js index 505c11a..8950df8 100644 --- a/awesome-oss-docs/src/constants/docs/orderByAlphabet/hashicorp.js +++ b/awesome-oss-docs/src/constants/docs/orderByAlphabet/hashicorp.js @@ -8,21 +8,21 @@ export default { description: 'Infrastructure as Code (IaC) tool for building, changing, and versioning infrastructure.', projectUrl: 'https://www.terraform.io/docs/', githubUrl: 'https://github.com/hashicorp/terraform/tree/main/docs', - owner: 'Company Owned Documentation', + owner: 'Community Owned Documentation', }, { title: 'Vault Docs', description: 'A tool for managing secrets and protecting sensitive data.', projectUrl: 'https://www.vaultproject.io/docs/', githubUrl: 'https://github.com/hashicorp/vault/tree/main/docs', - owner: 'Company Owned Documentation', + owner: 'Community Owned Documentation', }, { title: 'Consul Docs', description: 'Service networking solution to connect and secure services across any runtime platform and public or private cloud.', projectUrl: 'https://www.consul.io/docs/', githubUrl: 'https://github.com/hashicorp/consul/tree/main/docs', - owner: 'Company Owned Documentation', + owner: 'Community Owned Documentation', }, { title: 'Nomad Docs', @@ -57,7 +57,7 @@ export default { description: 'A developer tool that makes it easier to build, deploy, and release applications.', projectUrl: 'https://waypointproject.io/docs/', githubUrl: 'https://github.com/hashicorp/waypoint/tree/main/docs/gen/', - owner: 'Company Owned Documentation', + owner: 'Community Owned Documentation', }, { title: 'Sentinel Docs', @@ -68,4 +68,4 @@ export default { }, ], }; - \ No newline at end of file + From be9896ef8250f0c4891b8aacaa93e81cb14c79da Mon Sep 17 00:00:00 2001 From: Sarthak Date: Sat, 28 Oct 2023 16:17:10 +0530 Subject: [PATCH 12/38] #195 added uber.js file --- .../constants/docs/orderByAlphabet/uber.js | 85 +++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 awesome-oss-docs/src/constants/docs/orderByAlphabet/uber.js diff --git a/awesome-oss-docs/src/constants/docs/orderByAlphabet/uber.js b/awesome-oss-docs/src/constants/docs/orderByAlphabet/uber.js new file mode 100644 index 0000000..1b4570b --- /dev/null +++ b/awesome-oss-docs/src/constants/docs/orderByAlphabet/uber.js @@ -0,0 +1,85 @@ +export default { + title: 'Uber Open Source Documentation', + documentations: [ + { + title: 'Base Web', + description: + 'Base Web is a foundation for initiating, evolving, and unifying web products.', + projectUrl: 'https://baseweb.design/getting-started/setup/', + githubUrl: 'https://github.com/uber/baseweb', + owner: 'Company Owned Documentation', + }, + { + title: 'Cadence Work Flow Docs', + description: + 'Orchestration engine used to develop applications which perform multiple actions over long periods of time.', + projectUrl: 'https://cadenceworkflow.io/docs/get-started/#what-s-next', + githubUrl: 'https://github.com/uber/cadence-docs', + owner: 'Company Owned Documentation', + }, + { + title: 'Kepler.gl Docs', + description: + ' kepler.gl is a data-agnostic, high-perf. web application for visual exploration of large-scale geolocation data sets', + projectUrl: 'https://docs.kepler.gl/', + githubUrl: 'https://github.com/keplergl', + owner: 'Company Owned Documentation', + }, + { + title: 'FusionJS', + description: + 'Fusion.js is a modern framework for fast, powerful React apps, which provides a rich set of tools', + projectUrl: 'https://fusionjs.com/docs/overview/', + githubUrl: 'https://github.com/fusionjs', + owner: 'Company Owned Documentation', + }, + { + title: 'H3', + description: + 'A hexagonal hierarchical geospatial indexing system', + projectUrl: 'https://h3geo.org/docs/', + githubUrl: 'https://github.com/uber/h3', + owner: 'Company Owned Documentation', + }, + { + title: 'Nebula.gl', + description: + 'A suite of 3D-enabled data editing overlays, suitable for deck.gl.', + projectUrl: 'https://nebula.gl/docs', + githubUrl: 'https://github.com/uber/nebula.gl', + owner: 'Company Owned Documentation', + }, + { + title: 'Pyro Docs', + description: + 'Pyro is a flexible, scalable deep probabilistic programming library built on PyTorch.', + projectUrl: 'https://docs.pyro.ai/en/stable/', + githubUrl: 'https://github.com/pyro-ppl/pyro', + owner: 'Company Owned Documentation', + }, + { + title: 'Deck.gl', + description: + 'WebGL2 powered geospatial visualization layers.', + projectUrl: 'https://deck.gl/docs', + githubUrl: 'https://github.com/visgl/deck.gl', + owner: 'Company Owned Documentation', + }, + { + title: 'Ludwig', + description: + 'A toolbox built on top of TensorFlow that allows to train and test deep learning models without writing code', + projectUrl: 'https://ludwig.ai/0.5/', + githubUrl: 'https://github.com/ludwig-ai/ludwig', + owner: 'Company Owned Documentation', + }, + { + title: 'Jaeger Tracing Docs', + description: + 'A suite of 3D-enabled data editing overlays, suitable for deck.gl.', + projectUrl: 'https://www.jaegertracing.io/docs/', + githubUrl: 'https://github.com/jaegertracing/jaeger', + owner: 'Company Owned Documentation', + }, + ], + }; \ No newline at end of file From 0c09453a112782a75aea3b7c5f89d1c274f550ec Mon Sep 17 00:00:00 2001 From: devCreed <66225920+Elijah699@users.noreply.github.com> Date: Sat, 28 Oct 2023 21:03:49 +0100 Subject: [PATCH 13/38] Update index.js --- awesome-oss-docs/src/constants/docs/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/awesome-oss-docs/src/constants/docs/index.js b/awesome-oss-docs/src/constants/docs/index.js index 3d5a6e6..2013898 100644 --- a/awesome-oss-docs/src/constants/docs/index.js +++ b/awesome-oss-docs/src/constants/docs/index.js @@ -17,6 +17,7 @@ import jetbrains from "./orderByAlphabet/jetbrains"; import linode from "./orderByAlphabet/linode"; import loginradius from "./orderByAlphabet/loginradius"; import mayadata from "./orderByAlphabet/mayadata"; +import uber from "./orderByAlphabet/uber"; export default [ @@ -38,4 +39,4 @@ export default [ jetbrains, linode, loginradius, - mayadata]; \ No newline at end of file + mayadata]; From a5de29731d4fd13e9cb12ba319c24f62698d41da Mon Sep 17 00:00:00 2001 From: devCreed <66225920+Elijah699@users.noreply.github.com> Date: Sat, 28 Oct 2023 21:04:49 +0100 Subject: [PATCH 14/38] Update index.js --- awesome-oss-docs/src/constants/docs/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/awesome-oss-docs/src/constants/docs/index.js b/awesome-oss-docs/src/constants/docs/index.js index 2013898..c744fea 100644 --- a/awesome-oss-docs/src/constants/docs/index.js +++ b/awesome-oss-docs/src/constants/docs/index.js @@ -39,4 +39,6 @@ export default [ jetbrains, linode, loginradius, - mayadata]; + mayadata, + uber +]; From d6603da847d1fcfd14f953e3c336f902caabb97e Mon Sep 17 00:00:00 2001 From: vikrantsingh22 Date: Sun, 29 Oct 2023 11:52:53 +0530 Subject: [PATCH 15/38] Feat:Added-shopify.js-inside-docs --- awesome-oss-docs/src/constants/docs/index.js | 5 ++-- .../constants/docs/orderByAlphabet/shopify.js | 29 +++++++++++++++++++ 2 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 awesome-oss-docs/src/constants/docs/orderByAlphabet/shopify.js diff --git a/awesome-oss-docs/src/constants/docs/index.js b/awesome-oss-docs/src/constants/docs/index.js index c744fea..7f7ab36 100644 --- a/awesome-oss-docs/src/constants/docs/index.js +++ b/awesome-oss-docs/src/constants/docs/index.js @@ -18,7 +18,7 @@ import linode from "./orderByAlphabet/linode"; import loginradius from "./orderByAlphabet/loginradius"; import mayadata from "./orderByAlphabet/mayadata"; import uber from "./orderByAlphabet/uber"; - +import shopify from "./orderByAlphabet/shopify"; export default [ airbnb, @@ -40,5 +40,6 @@ export default [ linode, loginradius, mayadata, - uber + uber, + shopify, ]; diff --git a/awesome-oss-docs/src/constants/docs/orderByAlphabet/shopify.js b/awesome-oss-docs/src/constants/docs/orderByAlphabet/shopify.js new file mode 100644 index 0000000..5b24738 --- /dev/null +++ b/awesome-oss-docs/src/constants/docs/orderByAlphabet/shopify.js @@ -0,0 +1,29 @@ +export default { + title: "Shopify Open Source Documentation", + documentations: [ + { + title: "Draggable Docs", + description: + "The JavaScript Drag & Drop library your grandparents warned you about.", + projectUrl: "https://shopify.github.io/draggable/docs/", + githubUrl: "https://github.com/Shopify/draggable/tree/main/doc", + owner: "Company Owned Documentation", + }, + { + title: "FunctionalTableData Docs", + description: "Declarative UITableViewDataSource implementation,", + projectUrl: "https://shopify.github.io/FunctionalTableData/", + githubUrl: + "https://github.com/Shopify/FunctionalTableData/tree/master/docs", + owner: "Company Owned Documentation", + }, + { + title: "Shopify Theme Kit Docs", + description: " Shopify theme development command line tool.", + projectUrl: "https://apisix.apache.org/", + githubUrl: + "https://github.com/Shopify/themekit/blob/main/CONTRIBUTING.md", + owner: "Company Owned Documentation", + }, + ], +}; From 35131f1de7a1ada5b62058d8bf64a93f72e02337 Mon Sep 17 00:00:00 2001 From: vikrantsingh22 Date: Sun, 29 Oct 2023 12:15:01 +0530 Subject: [PATCH 16/38] Feat:Added-suse.js-inside-docs --- awesome-oss-docs/src/constants/docs/index.js | 2 + .../constants/docs/orderByAlphabet/suse.js | 39 +++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 awesome-oss-docs/src/constants/docs/orderByAlphabet/suse.js diff --git a/awesome-oss-docs/src/constants/docs/index.js b/awesome-oss-docs/src/constants/docs/index.js index 7f7ab36..986c4a3 100644 --- a/awesome-oss-docs/src/constants/docs/index.js +++ b/awesome-oss-docs/src/constants/docs/index.js @@ -19,6 +19,7 @@ import loginradius from "./orderByAlphabet/loginradius"; import mayadata from "./orderByAlphabet/mayadata"; import uber from "./orderByAlphabet/uber"; import shopify from "./orderByAlphabet/shopify"; +import suse from "./orderByAlphabet/suse"; export default [ airbnb, @@ -42,4 +43,5 @@ export default [ mayadata, uber, shopify, + suse, ]; diff --git a/awesome-oss-docs/src/constants/docs/orderByAlphabet/suse.js b/awesome-oss-docs/src/constants/docs/orderByAlphabet/suse.js new file mode 100644 index 0000000..22b06f9 --- /dev/null +++ b/awesome-oss-docs/src/constants/docs/orderByAlphabet/suse.js @@ -0,0 +1,39 @@ +export default { + title: "SUSE Open Source Documentation", + documentations: [ + { + title: "Longhorn Docs", + description: "A cloud native distributed block storage for Kubernetes.", + projectUrl: "https://longhorn.io/docs/", + githubUrl: + "https://github.com/longhorn/website/edit/master/content/docs/1.5.1/_index.md", + owner: "Community Owned Documentation", + }, + { + title: "Trento Docs", + description: + "A cloud native web console for SAP Applications system administrators tasks.", + projectUrl: "https://shopify.github.io/FunctionalTableData/", + githubUrl: "https://github.com/trento-project/trento/tree/main/docs", + owner: "Community Owned Documentation", + }, + { + title: "Uyuni Docs", + description: + " Uyuni is a solution for organizations that require robust control over maintenance and package deployment on their servers.", + projectUrl: + "https://www.uyuni-project.org/uyuni-docs/en/uyuni/index.html", + githubUrl: "", + owner: "Community Owned Documentation", + }, + { + title: "Kubewarden Docs ", + description: + " Kubewarden is a policy engine for Kubernetes. Its mission is to simplify the adoption of policy-as-code.", + projectUrl: "https://docs.kubewarden.io/", + githubUrl: + "https://github.com/kubewarden/docs/edit/main/versioned_docs/version-1.8/introduction.md", + owner: "Community Owned Documentation", + }, + ], +}; From e83d473d7f98f4e89e25cb42d5acb8f78fb93a8d Mon Sep 17 00:00:00 2001 From: Wonuola Date: Sun, 29 Oct 2023 08:16:54 +0100 Subject: [PATCH 17/38] Feat: upbound docs --- awesome-oss-docs/src/constants/docs/index.js | 6 ++++-- .../constants/docs/orderByAlphabet/upbound.js | 21 +++++++++++++++++++ 2 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 awesome-oss-docs/src/constants/docs/orderByAlphabet/upbound.js diff --git a/awesome-oss-docs/src/constants/docs/index.js b/awesome-oss-docs/src/constants/docs/index.js index 3d5a6e6..89f224a 100644 --- a/awesome-oss-docs/src/constants/docs/index.js +++ b/awesome-oss-docs/src/constants/docs/index.js @@ -17,7 +17,7 @@ import jetbrains from "./orderByAlphabet/jetbrains"; import linode from "./orderByAlphabet/linode"; import loginradius from "./orderByAlphabet/loginradius"; import mayadata from "./orderByAlphabet/mayadata"; - +import upbound from "./orderByAlphabet/upbound"; export default [ airbnb, @@ -38,4 +38,6 @@ export default [ jetbrains, linode, loginradius, - mayadata]; \ No newline at end of file + mayadata, + upbound, +]; diff --git a/awesome-oss-docs/src/constants/docs/orderByAlphabet/upbound.js b/awesome-oss-docs/src/constants/docs/orderByAlphabet/upbound.js new file mode 100644 index 0000000..fcfd107 --- /dev/null +++ b/awesome-oss-docs/src/constants/docs/orderByAlphabet/upbound.js @@ -0,0 +1,21 @@ +export default { + title: "Upbound Open Source Documentation", + documentations: [ + { + title: "Crossplane Docs", + description: + "A CNFC project that extends Kubernetes to manage public cloud resources.", + projectUrl: "https://crossplane.io/docs/", + githubUrl: "https://github.com/crossplane/", + owner: "Community Owned Documentation", + }, + { + title: "Upbound Docs", + description: + "This docs provides a commercial solution for the open-source Crossplane project.", + projectUrl: "https://docs.upbound.io", + githubUrl: "https://github.com/upbound/", + owner: "Community Owned Documentation", + }, + ], +}; From a52400de260311479a72f8e122567b55e338053f Mon Sep 17 00:00:00 2001 From: Annay Paul Date: Sun, 29 Oct 2023 13:54:58 +0600 Subject: [PATCH 18/38] [Enhancement] Added the Samsung Docs as mentioned in the README.md into samsung.js file --- .../constants/docs/orderByAlphabet/samsung.js | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 awesome-oss-docs/src/constants/docs/orderByAlphabet/samsung.js diff --git a/awesome-oss-docs/src/constants/docs/orderByAlphabet/samsung.js b/awesome-oss-docs/src/constants/docs/orderByAlphabet/samsung.js new file mode 100644 index 0000000..6d9bba0 --- /dev/null +++ b/awesome-oss-docs/src/constants/docs/orderByAlphabet/samsung.js @@ -0,0 +1,19 @@ +export default { + title: 'Samsung Open Source Documentation', + documentations: [ + { + title: "Tizen Docs", + description: + "Tizen is an open and flexible operating system built from the ground up to address the needs of all stakeholders of the mobile and connected device ecosystem, including device manufacturers, mobile operators, application developers and independent software vendors (ISVs).", + projectUrl: "https://docs.tizen.org/", + owner: "Community Owned Documentation", + }, + { + title: "JerryScript Docs", + description: + "Ultra-lightweight JavaScript engine for the Internet of Things.", + projectUrl: "https://jerryscript.net/getting-started/", + owner: "Community Owned Documentation", + }, + ], + }; From 8081ad6ae4352a381d6be37beb91b767353ec4c1 Mon Sep 17 00:00:00 2001 From: Annay Paul Date: Sun, 29 Oct 2023 13:56:20 +0600 Subject: [PATCH 19/38] [Fix] Imported samsung from samsung.js into index.js --- awesome-oss-docs/src/constants/docs/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/awesome-oss-docs/src/constants/docs/index.js b/awesome-oss-docs/src/constants/docs/index.js index c744fea..5e556ce 100644 --- a/awesome-oss-docs/src/constants/docs/index.js +++ b/awesome-oss-docs/src/constants/docs/index.js @@ -17,6 +17,7 @@ import jetbrains from "./orderByAlphabet/jetbrains"; import linode from "./orderByAlphabet/linode"; import loginradius from "./orderByAlphabet/loginradius"; import mayadata from "./orderByAlphabet/mayadata"; +import samsung from './orderByAlphabet/samsung'; import uber from "./orderByAlphabet/uber"; @@ -40,5 +41,6 @@ export default [ linode, loginradius, mayadata, + samsung, uber ]; From f017c0b819be3fe55f713e306ff33f6e68871f49 Mon Sep 17 00:00:00 2001 From: Wonuola Date: Sun, 29 Oct 2023 18:53:11 +0100 Subject: [PATCH 20/38] Feat: Added upbound docs --- awesome-oss-docs/src/constants/docs/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awesome-oss-docs/src/constants/docs/index.js b/awesome-oss-docs/src/constants/docs/index.js index a6f901f..d68aa88 100644 --- a/awesome-oss-docs/src/constants/docs/index.js +++ b/awesome-oss-docs/src/constants/docs/index.js @@ -17,8 +17,8 @@ import jetbrains from "./orderByAlphabet/jetbrains"; import linode from "./orderByAlphabet/linode"; import loginradius from "./orderByAlphabet/loginradius"; import mayadata from "./orderByAlphabet/mayadata"; -import upbound from "./orderByAlphabet/upbound"; import uber from "./orderByAlphabet/uber"; +import upbound from "./orderByAlphabet/upbound"; export default [ airbnb, @@ -40,6 +40,6 @@ export default [ linode, loginradius, mayadata, - uber + uber, upbound, ]; From de378383968495a9a8e903f72f4ac70c4c3260e4 Mon Sep 17 00:00:00 2001 From: nobledeveloper01 Date: Mon, 30 Oct 2023 00:31:15 +0100 Subject: [PATCH 21/38] Created twilio.js file and added all Twilio docs in the README.md to the file --- awesome-oss-docs/src/constants/docs/index.js | 3 ++- .../src/constants/docs/orderByAlphabet/twilio.js | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 awesome-oss-docs/src/constants/docs/orderByAlphabet/twilio.js diff --git a/awesome-oss-docs/src/constants/docs/index.js b/awesome-oss-docs/src/constants/docs/index.js index 29eb4f3..c793311 100644 --- a/awesome-oss-docs/src/constants/docs/index.js +++ b/awesome-oss-docs/src/constants/docs/index.js @@ -22,7 +22,7 @@ import shopify from "./orderByAlphabet/shopify"; import suse from "./orderByAlphabet/suse"; import uber from "./orderByAlphabet/uber"; import upbound from "./orderByAlphabet/upbound"; - +import twilio from "./orderByAlphabet/twilio"; export default [ airbnb, @@ -47,6 +47,7 @@ export default [ samsung, shopify, suse, + twilio, uber, upbound, ]; diff --git a/awesome-oss-docs/src/constants/docs/orderByAlphabet/twilio.js b/awesome-oss-docs/src/constants/docs/orderByAlphabet/twilio.js new file mode 100644 index 0000000..b5bb5db --- /dev/null +++ b/awesome-oss-docs/src/constants/docs/orderByAlphabet/twilio.js @@ -0,0 +1,13 @@ +export default { + title: "Twilio Open Source Documentation", + documentations: [ + { + title: "SendGrid Docs", + description: + "SendGrid is everything you need to send emails that cut through the noise and make a connection.", + projectUrl: "https://docs.sendgrid.com/", + githubUrl: "https://github.com/sendgrid/docs/tree/develop/content/docs", + owner: "Company Owned Documentation", + }, + ], +}; From fccf07feb5fd98bd49ad6b83b0585fe4ca824d0e Mon Sep 17 00:00:00 2001 From: Captain-Tee01 Date: Sun, 29 Oct 2023 18:12:52 -0700 Subject: [PATCH 22/38] added twitter.js docs --- README.md | 2 +- awesome-oss-docs/src/constants/docs/index.js | 2 ++ .../src/constants/docs/orderByAlphabet/twitter.js | 14 ++++++++++++++ 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 awesome-oss-docs/src/constants/docs/orderByAlphabet/twitter.js diff --git a/README.md b/README.md index cfc362c..b01d4c9 100644 --- a/README.md +++ b/README.md @@ -403,7 +403,7 @@ ## Twitter Open Source Documentation -- [Pants](https://www.pantsbuild.org/docs) - Pants is a fast, scalable, user-friendly build system for codebases of all sizes. It's currently focused on Python and Shell, with support for other languages coming soon. `Community Owned Docs` +- [Pants](https://www.pantsbuild.org/docs) - Pants is a fast, scalable, user-friendly build system for codebases of all sizes. It's currently focused on Python and Shell, with support for other languages coming soon. [Edit this on GitHub](https://github.com/pantsbuild/pants/tree/main/docs) -`Community Owned Docs` diff --git a/awesome-oss-docs/src/constants/docs/index.js b/awesome-oss-docs/src/constants/docs/index.js index 29eb4f3..def32c7 100644 --- a/awesome-oss-docs/src/constants/docs/index.js +++ b/awesome-oss-docs/src/constants/docs/index.js @@ -20,6 +20,7 @@ import mayadata from "./orderByAlphabet/mayadata"; import samsung from './orderByAlphabet/samsung'; import shopify from "./orderByAlphabet/shopify"; import suse from "./orderByAlphabet/suse"; +import twitter from "./orderByAlphabet/twitter"; import uber from "./orderByAlphabet/uber"; import upbound from "./orderByAlphabet/upbound"; @@ -47,6 +48,7 @@ export default [ samsung, shopify, suse, + twitter, uber, upbound, ]; diff --git a/awesome-oss-docs/src/constants/docs/orderByAlphabet/twitter.js b/awesome-oss-docs/src/constants/docs/orderByAlphabet/twitter.js new file mode 100644 index 0000000..9d3f18a --- /dev/null +++ b/awesome-oss-docs/src/constants/docs/orderByAlphabet/twitter.js @@ -0,0 +1,14 @@ +export default { + title: "Twitter Open Source Documentation", + documentations: [ + { + title: "Pants Docs", + description: + "Pants is a fast, scalable, user-friendly build system for codebases of all sizes. It's currently focused on Python and Shell, with support for other languages coming soon.", + projectUrl: "https://www.pantsbuild.org/docs", + githubUrl: "https://github.com/pantsbuild/pants/tree/main/docs", + owner: "Community Owned Documentation", + }, + ], + }; + \ No newline at end of file From c335fd0ec4f9a3abd162199a1e8eb56fe999f2d7 Mon Sep 17 00:00:00 2001 From: Wonuola Date: Mon, 30 Oct 2023 10:19:39 +0100 Subject: [PATCH 23/38] Feat: Added netlify.js docs --- awesome-oss-docs/src/constants/docs/index.js | 4 +++- .../src/constants/docs/orderByAlphabet/netlify.js | 13 +++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 awesome-oss-docs/src/constants/docs/orderByAlphabet/netlify.js diff --git a/awesome-oss-docs/src/constants/docs/index.js b/awesome-oss-docs/src/constants/docs/index.js index 0504842..510a10e 100644 --- a/awesome-oss-docs/src/constants/docs/index.js +++ b/awesome-oss-docs/src/constants/docs/index.js @@ -17,7 +17,8 @@ import jetbrains from "./orderByAlphabet/jetbrains"; import linode from "./orderByAlphabet/linode"; import loginradius from "./orderByAlphabet/loginradius"; import mayadata from "./orderByAlphabet/mayadata"; -import samsung from './orderByAlphabet/samsung'; +import netlify from "./orderByAlphabet/netlify"; +import samsung from "./orderByAlphabet/samsung"; import shopify from "./orderByAlphabet/shopify"; import suse from "./orderByAlphabet/suse"; import twilio from "./orderByAlphabet/twilio"; @@ -45,6 +46,7 @@ export default [ linode, loginradius, mayadata, + netlify, samsung, shopify, suse, diff --git a/awesome-oss-docs/src/constants/docs/orderByAlphabet/netlify.js b/awesome-oss-docs/src/constants/docs/orderByAlphabet/netlify.js new file mode 100644 index 0000000..23995a9 --- /dev/null +++ b/awesome-oss-docs/src/constants/docs/orderByAlphabet/netlify.js @@ -0,0 +1,13 @@ +export default { + title: "Netlify Open Source Documentation", + documentations: [ + { + title: "Netlify CMS Docs", + description: + "It gives non-technical users a simple way to edit and add content to any site built with a site generator,.", + projectUrl: "https://www.netlifycms.org/docs/intro/", + githubUrl: "https://github.com/netlify", + owner: "Community Owned Documentation", + }, + ], +}; From f71463c0215f85832aa95ab20bebf8fb39b126ca Mon Sep 17 00:00:00 2001 From: Annay Paul Date: Mon, 30 Oct 2023 18:42:59 +0600 Subject: [PATCH 24/38] [Enhancement] Added the Guild Docs as mentioned in the README.md into theguild.js file --- .../docs/orderByAlphabet/theguild.js | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 awesome-oss-docs/src/constants/docs/orderByAlphabet/theguild.js diff --git a/awesome-oss-docs/src/constants/docs/orderByAlphabet/theguild.js b/awesome-oss-docs/src/constants/docs/orderByAlphabet/theguild.js new file mode 100644 index 0000000..3ff79b0 --- /dev/null +++ b/awesome-oss-docs/src/constants/docs/orderByAlphabet/theguild.js @@ -0,0 +1,48 @@ +export default { + title: "Guild Open Source Documentation", + documentations: [ + { + title: "GraphQL Inspector Docs", + description: + "Validate schema, get schema change notifications, validate operations, find breaking changes, look for similar types, schema coverage.", + projectUrl: "https://graphql-inspector.com/docs/index", + owner: "Community Owned Documentation", + }, + { + title: "GraphQL Config Docs", + description: + "One configuration for all your GraphQL tools supported by most tools, editors & IDEs.", + projectUrl: "https://graphql-config.com/introduction", + owner: "Community Owned Documentation", + }, + { + title: "GraphQL Modules Docs", + description: "Enterprise Grade Tooling For Your GraphQL Server.", + projectUrl: "https://www.graphql-modules.com/docs/index", + owner: "Community Owned Documentation", + }, + { + title: "GraphQL Mesh Docs", + description: "Query anything, run anywhere.", + projectUrl: + "https://www.graphql-mesh.com/docs/getting-started/introduction", + owner: "Community Owned Documentation", + }, + { + title: "GraphQL Code Generator Docs", + description: + 'A tool for generating code based on a GraphQL schema and GraphQL operations "query/mutation/subscription", with flexible support for custom plugins.', + projectUrl: + "https://www.graphql-code-generator.com/docs/getting-started/index", + owner: "Community Owned Documentation", + }, + { + title: "GraphQL Tools Docs", + description: + "Build, mock, and stitch a GraphQL schema using the schema language.", + projectUrl: "https://www.graphql-tools.com/docs/introduction", + owner: "Community Owned Documentation", + }, + ], + }; + \ No newline at end of file From 59872043126fe43eee91fcfa2f09e64a77e084e1 Mon Sep 17 00:00:00 2001 From: Annay Paul Date: Mon, 30 Oct 2023 18:45:03 +0600 Subject: [PATCH 25/38] [Fix] Imported guild from theguild.js into index.js --- awesome-oss-docs/src/constants/docs/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/awesome-oss-docs/src/constants/docs/index.js b/awesome-oss-docs/src/constants/docs/index.js index 0504842..cde5cdd 100644 --- a/awesome-oss-docs/src/constants/docs/index.js +++ b/awesome-oss-docs/src/constants/docs/index.js @@ -11,6 +11,7 @@ import dropbox from "./orderByAlphabet/dropbox"; import elastic from "./orderByAlphabet/elastic"; import facebook from "./orderByAlphabet/facebook"; import google from "./orderByAlphabet/google"; +import guild from "./orderByAlphabet/theguild"; import hashicorp from "./orderByAlphabet/hashicorp"; import ibm from "./orderByAlphabet/ibm"; import jetbrains from "./orderByAlphabet/jetbrains"; @@ -39,6 +40,7 @@ export default [ elastic, facebook, google, + guild, hashicorp, ibm, jetbrains, From 31c765fc30fdd9b62de477e36daca69e3c68b08e Mon Sep 17 00:00:00 2001 From: nobledeveloper01 Date: Mon, 30 Oct 2023 23:33:08 +0100 Subject: [PATCH 26/38] Created tailwind.js file and added all Tailwind docs in the README.md to the file --- awesome-oss-docs/src/constants/docs/index.js | 2 ++ .../src/constants/docs/orderByAlphabet/tailwind.js | 13 +++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 awesome-oss-docs/src/constants/docs/orderByAlphabet/tailwind.js diff --git a/awesome-oss-docs/src/constants/docs/index.js b/awesome-oss-docs/src/constants/docs/index.js index 0504842..40b908e 100644 --- a/awesome-oss-docs/src/constants/docs/index.js +++ b/awesome-oss-docs/src/constants/docs/index.js @@ -20,6 +20,7 @@ import mayadata from "./orderByAlphabet/mayadata"; import samsung from './orderByAlphabet/samsung'; import shopify from "./orderByAlphabet/shopify"; import suse from "./orderByAlphabet/suse"; +import tailwind from "./orderByAlphabet/tailwind"; import twilio from "./orderByAlphabet/twilio"; import twitter from "./orderByAlphabet/twitter"; import uber from "./orderByAlphabet/uber"; @@ -48,6 +49,7 @@ export default [ samsung, shopify, suse, + tailwind, twilio, twitter, uber, diff --git a/awesome-oss-docs/src/constants/docs/orderByAlphabet/tailwind.js b/awesome-oss-docs/src/constants/docs/orderByAlphabet/tailwind.js new file mode 100644 index 0000000..8c95239 --- /dev/null +++ b/awesome-oss-docs/src/constants/docs/orderByAlphabet/tailwind.js @@ -0,0 +1,13 @@ +export default { + title: "Tailwind Open Source Documentation", + documentations: [ + { + title: "Tailwind Docs", + description: "Tailwind is a utility-first CSS framework packed with classes like flex, pt-4, text-center, and rotate-90 that can be composed to build any design, directly in your markup.", + projectUrl: "https://v2.tailwindcss.com/docs/installation", + githubUrl: "https://github.com/tailwindlabs/tailwindcss", + owner: "Community Owned Documentation" + } + ] + } + \ No newline at end of file From 1962db2f6c30f24a654926663e197b1e64694207 Mon Sep 17 00:00:00 2001 From: nobledeveloper01 Date: Tue, 31 Oct 2023 08:43:37 +0100 Subject: [PATCH 27/38] Bug: fixed the deployed error --- awesome-oss-docs/src/component/card.jsx | 80 ++++++++----------- awesome-oss-docs/src/component/docSection.jsx | 1 - 2 files changed, 35 insertions(+), 46 deletions(-) diff --git a/awesome-oss-docs/src/component/card.jsx b/awesome-oss-docs/src/component/card.jsx index f0414d4..96a45e7 100644 --- a/awesome-oss-docs/src/component/card.jsx +++ b/awesome-oss-docs/src/component/card.jsx @@ -1,56 +1,46 @@ -import DocSection from './docSection'; -// import jsonData from '../constants/data'; -import DocCard from './docCard'; -import docs from '../constants/docs'; -import logo from '../component/imgs/logo.svg'; +import React from "react"; +import DocSection from "./docSection"; +import DocCard from "./docCard"; // Import your DocCard component +import docs from "../constants/docs"; +import logo from "../component/imgs/logo.svg"; export default function Card() { const onGoToClick = (url) => { - window.open(url, '_blank'); // Open the URL in a new tab + window.open(url, "_blank"); // Open the URL in a new tab }; - console.log(docs); - + // Check if docs is not undefined or null before mapping over it + if (!docs || !Array.isArray(docs)) { + console.error("Invalid data:", docs); + return
Error: Invalid data
; // Display an error message if data is not available or not in the expected format + } return (
- {/* {jsonData.documentationSets.map((documentation, index) => ( - - {documentation.projects.map((project, projectIndex) => ( - { - onGoToClick(project.projectUrl); - }} - goToGithub={() => { - onGoToClick(project.githubUrl); - }} - /> - ))} - - ))} */} - - {docs.map((doc, index) => ( - - {doc.documentations.map((documentation, index) => ( - onGoToClick(documentation.githubUrl)} - goToProject={() => onGoToClick(documentation.projectUrl)} - /> - ))} - - ))} + {docs.map((doc) => { + console.log("doc:", doc); + return ( + + {/* Pass valid React elements (DocCard components) as children */} + {doc.documentations && + Array.isArray(doc.documentations) && + doc.documentations.map((documentation) => { + console.log("documentation:", documentation); + return ( + onGoToClick(documentation.githubUrl)} + goToProject={() => onGoToClick(documentation.projectUrl)} + /> + ); + })} + + ); + })}
); } diff --git a/awesome-oss-docs/src/component/docSection.jsx b/awesome-oss-docs/src/component/docSection.jsx index 70b85b5..16faaf7 100644 --- a/awesome-oss-docs/src/component/docSection.jsx +++ b/awesome-oss-docs/src/component/docSection.jsx @@ -18,5 +18,4 @@ DocSection.propTypes = { children: PropTypes.node.isRequired, }; - export default DocSection; From 9751637fe7c0330a83360f1b930face3dfb3657e Mon Sep 17 00:00:00 2001 From: Wonuola Date: Tue, 31 Oct 2023 11:57:46 +0100 Subject: [PATCH 28/38] Feat: Added the slackhq docs --- awesome-oss-docs/src/constants/docs/index.js | 2 + .../constants/docs/orderByAlphabet/slackhq.js | 49 +++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 awesome-oss-docs/src/constants/docs/orderByAlphabet/slackhq.js diff --git a/awesome-oss-docs/src/constants/docs/index.js b/awesome-oss-docs/src/constants/docs/index.js index fecfb3c..578777a 100644 --- a/awesome-oss-docs/src/constants/docs/index.js +++ b/awesome-oss-docs/src/constants/docs/index.js @@ -21,6 +21,7 @@ import mayadata from "./orderByAlphabet/mayadata"; import netlify from "./orderByAlphabet/netlify"; import samsung from "./orderByAlphabet/samsung"; import shopify from "./orderByAlphabet/shopify"; +import slackhq from "./orderByAlphabet/slackhq"; import suse from "./orderByAlphabet/suse"; import tailwind from "./orderByAlphabet/tailwind"; import twilio from "./orderByAlphabet/twilio"; @@ -52,6 +53,7 @@ export default [ netlify, samsung, shopify, + slackhq, suse, tailwind, twilio, diff --git a/awesome-oss-docs/src/constants/docs/orderByAlphabet/slackhq.js b/awesome-oss-docs/src/constants/docs/orderByAlphabet/slackhq.js new file mode 100644 index 0000000..8f65bd6 --- /dev/null +++ b/awesome-oss-docs/src/constants/docs/orderByAlphabet/slackhq.js @@ -0,0 +1,49 @@ +export default { + title: "SlackHQ Open Source Documentation", + documentations: [ + { + title: "Keeper Docs", + description: + "A Gradle plugin that infers Proguard/R8 keep rules for androidTest sources.", + projectUrl: "https://slackhq.github.io/keeper/", + githubUrl: "https://github.com/slackhq/keeper", + owner: "Company Owned Documentation", + }, + { + title: "Bolt-Js Docs", + description: "A framework to build Slack apps using JavaScript.", + projectUrl: "https://slack.dev/bolt-js/", + githubUrl: "https://github.com/SlackAPI/bolt-js", + owner: "Company Owned Documentation", + }, + { + title: "Bolt-Python Docs", + description: "A framework to build Slack apps using Python.", + projectUrl: "https://slack.dev/python-slack-sdk/", + githubUrl: "https://github.com/SlackAPI/python-slack-sdk", + owner: "Company Owned Documentation", + }, + { + title: "Slack Java SDK Docs", + description: + "Slack Developer Kit (including Bolt for Java) for any JVM language.", + projectUrl: "https://slack.dev/java-slack-sdk/", + githubUrl: "https://github.com/slackapi/java-slack-sdk", + owner: "Company Owned Documentation", + }, + { + title: "Slack Hubot Docs ", + description: "Slack Developer Kit for Hubot.", + projectUrl: "https://slack.dev/node-slack-sdk", + githubUrl: "https://github.com/SlackAPI/node-slack-sdk", + owner: "Company Owned Documentation", + }, + { + title: "Slack Node SDK Docs ", + description: "Slack Developer Kit for Node.js.", + projectUrl: "https://slack.dev/hubot-slack/", + githubUrl: "https://github.com/SlackAPI/hubot-slack", + owner: "Company Owned Documentation", + }, + ], +}; From fa38ada3d663bb80491ca89363d705cbad9c2793 Mon Sep 17 00:00:00 2001 From: Wonuola Date: Tue, 31 Oct 2023 12:18:20 +0100 Subject: [PATCH 29/38] Feat: Added netflix docs --- awesome-oss-docs/src/constants/docs/index.js | 2 + .../constants/docs/orderByAlphabet/netflix.js | 43 +++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 awesome-oss-docs/src/constants/docs/orderByAlphabet/netflix.js diff --git a/awesome-oss-docs/src/constants/docs/index.js b/awesome-oss-docs/src/constants/docs/index.js index fecfb3c..2a71ffc 100644 --- a/awesome-oss-docs/src/constants/docs/index.js +++ b/awesome-oss-docs/src/constants/docs/index.js @@ -18,6 +18,7 @@ import jetbrains from "./orderByAlphabet/jetbrains"; import linode from "./orderByAlphabet/linode"; import loginradius from "./orderByAlphabet/loginradius"; import mayadata from "./orderByAlphabet/mayadata"; +import netflix from "./orderByAlphabet/netflix"; import netlify from "./orderByAlphabet/netlify"; import samsung from "./orderByAlphabet/samsung"; import shopify from "./orderByAlphabet/shopify"; @@ -49,6 +50,7 @@ export default [ linode, loginradius, mayadata, + netflix, netlify, samsung, shopify, diff --git a/awesome-oss-docs/src/constants/docs/orderByAlphabet/netflix.js b/awesome-oss-docs/src/constants/docs/orderByAlphabet/netflix.js new file mode 100644 index 0000000..86ee2f8 --- /dev/null +++ b/awesome-oss-docs/src/constants/docs/orderByAlphabet/netflix.js @@ -0,0 +1,43 @@ +export default { + title: "Netflix Open Source Documentation", + documentations: [ + { + title: "Metaflow Docs", + description: + "Build and manage real-life data science projects with ease.", + projectUrl: "https://docs.metaflow.org/", + githubUrl: "https://github.com/Netflix/metaflow-docs", + owner: "Community Owned Documentation", + }, + { + title: "Atlas Docs", + description: "An In-memory dimensional time series database.", + projectUrl: "https://netflix.github.io/atlas-docs/", + githubUrl: "https://github.com/Netflix/atlas-docs", + owner: "Community Owned Documentation", + }, + { + title: "Conductor", + description: "A workflow orchestration engine that runs in the cloud.", + projectUrl: "https://netflix.github.io/conductor/", + githubUrl: "https://github.com/Netflix/conductor/tree/main/docs", + owner: "Community Owned Documentation", + }, + { + title: "Falcor ", + description: + "It lets you represent all your remote data sources as a single domain model via a virtual JSON graph. ", + projectUrl: "https://netflix.github.io/falcor/", + githubUrl: "https://github.com/Netflix/falcor", + owner: "Community Owned Documentation", + }, + { + title: "Hollow", + description: + "A java library and toolset for disseminating in-memory datasets from a single producer to many consumers for high performance read-only access.", + projectUrl: "https://hollow.how/", + githubUrl: "https://github.com/Netflix/hollow", + owner: "Community Owned Documentation", + }, + ], +}; From cce156a6e315268eb6ea63eee9214a461587fcb7 Mon Sep 17 00:00:00 2001 From: Alstudd Date: Tue, 31 Oct 2023 18:47:38 +0530 Subject: [PATCH 30/38] feat:Created-puppet.js-in-docs --- awesome-oss-docs/src/constants/docs/index.js | 2 ++ .../constants/docs/orderByAlphabet/puppet.js | 21 +++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 awesome-oss-docs/src/constants/docs/orderByAlphabet/puppet.js diff --git a/awesome-oss-docs/src/constants/docs/index.js b/awesome-oss-docs/src/constants/docs/index.js index fecfb3c..7f51674 100644 --- a/awesome-oss-docs/src/constants/docs/index.js +++ b/awesome-oss-docs/src/constants/docs/index.js @@ -27,6 +27,7 @@ import twilio from "./orderByAlphabet/twilio"; import twitter from "./orderByAlphabet/twitter"; import uber from "./orderByAlphabet/uber"; import upbound from "./orderByAlphabet/upbound"; +import puppet from "./orderByAlphabet/puppet"; export default [ airbnb, @@ -58,4 +59,5 @@ export default [ twitter, uber, upbound, + puppet, ]; diff --git a/awesome-oss-docs/src/constants/docs/orderByAlphabet/puppet.js b/awesome-oss-docs/src/constants/docs/orderByAlphabet/puppet.js new file mode 100644 index 0000000..67426bf --- /dev/null +++ b/awesome-oss-docs/src/constants/docs/orderByAlphabet/puppet.js @@ -0,0 +1,21 @@ +export default { + title: 'Puppet Open Source Documentation', + documentations: [ + { + title: 'Puppet VS Code Extension', + description: + 'The Puppet Extension for VS Code provides full Puppet DSL intellisense, syntax highlighting, Puppet command support, Puppet node graphs, and much more.', + projectUrl: 'https://puppet-vscode.github.io/docs/', + githubUrl: 'https://github.com/puppetlabs/puppet-vscode', + owner: 'Company Owned Docs', + }, + { + title: 'PuppetDB', + description: + " PuppetDB collects and stores data generated by Puppet giving you access to a huge inventory of metadata about every node in your infrastructure. ", + projectUrl: 'https://www.puppet.com/docs/puppetdb/7/overview.html', + githubUrl: 'https://github.com/puppetlabs/puppetdb', + owner: 'Community Owned Docs', + }, + ], +}; \ No newline at end of file From 15d4b72e9de97274b3a98ac3b8f58f341869c268 Mon Sep 17 00:00:00 2001 From: nobledeveloper01 Date: Tue, 31 Oct 2023 19:23:14 +0100 Subject: [PATCH 31/38] Created python.js file and added all Python docs in the README.md to the file --- awesome-oss-docs/src/constants/docs/index.js | 2 ++ .../constants/docs/orderByAlphabet/python.js | 21 +++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 awesome-oss-docs/src/constants/docs/orderByAlphabet/python.js diff --git a/awesome-oss-docs/src/constants/docs/index.js b/awesome-oss-docs/src/constants/docs/index.js index 4682412..eceb2f1 100644 --- a/awesome-oss-docs/src/constants/docs/index.js +++ b/awesome-oss-docs/src/constants/docs/index.js @@ -30,6 +30,7 @@ import twitter from "./orderByAlphabet/twitter"; import uber from "./orderByAlphabet/uber"; import upbound from "./orderByAlphabet/upbound"; import puppet from "./orderByAlphabet/puppet"; +import python from "./orderByAlphabet/python"; export default [ airbnb, @@ -64,4 +65,5 @@ export default [ uber, upbound, puppet, + python, ]; diff --git a/awesome-oss-docs/src/constants/docs/orderByAlphabet/python.js b/awesome-oss-docs/src/constants/docs/orderByAlphabet/python.js new file mode 100644 index 0000000..005637c --- /dev/null +++ b/awesome-oss-docs/src/constants/docs/orderByAlphabet/python.js @@ -0,0 +1,21 @@ +export default { + title: "Python Open Source Documentation", + documentations: [ + { + title: "Python Docs", + description: + "Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. Python is dynamically typed and garbage-collected. It supports multiple programming paradigms, including structured, object-oriented, and functional programming.", + projectUrl: "https://docs.python.org/3/", + githubUrl: "", + owner: "Community Owned Documentation", + }, + { + title: "CPython", + description: + "The Official Python programming language source code written in C.", + projectUrl: "https://devguide.python.org/", + githubUrl: "", + owner: "Community Owned Documentation", + }, + ], +}; From 42b25809beb82cc1f30b958ef9f3e790bc9f187d Mon Sep 17 00:00:00 2001 From: Wonuola Date: Tue, 31 Oct 2023 20:50:55 +0100 Subject: [PATCH 32/38] Added ory docs --- awesome-oss-docs/src/constants/docs/index.js | 2 ++ .../src/constants/docs/orderByAlphabet/ory.js | 33 +++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 awesome-oss-docs/src/constants/docs/orderByAlphabet/ory.js diff --git a/awesome-oss-docs/src/constants/docs/index.js b/awesome-oss-docs/src/constants/docs/index.js index eceb2f1..954f11c 100644 --- a/awesome-oss-docs/src/constants/docs/index.js +++ b/awesome-oss-docs/src/constants/docs/index.js @@ -20,6 +20,7 @@ import loginradius from "./orderByAlphabet/loginradius"; import mayadata from "./orderByAlphabet/mayadata"; import netflix from "./orderByAlphabet/netflix"; import netlify from "./orderByAlphabet/netlify"; +import ory from "./orderByAlphabet/ory"; import samsung from "./orderByAlphabet/samsung"; import shopify from "./orderByAlphabet/shopify"; import slackhq from "./orderByAlphabet/slackhq"; @@ -55,6 +56,7 @@ export default [ mayadata, netflix, netlify, + ory, samsung, shopify, slackhq, diff --git a/awesome-oss-docs/src/constants/docs/orderByAlphabet/ory.js b/awesome-oss-docs/src/constants/docs/orderByAlphabet/ory.js new file mode 100644 index 0000000..f8e6c1b --- /dev/null +++ b/awesome-oss-docs/src/constants/docs/orderByAlphabet/ory.js @@ -0,0 +1,33 @@ +export default { + title: "Ory Open Source Documentation", + documentations: [ + { + title: "Ory Kratos Docs", + description: "An identity management server.", + projectUrl: "https://www.ory.sh/kratos/docs/", + githubUrl: "https://github.com/ory/kratos/", + owner: "Community Owned Documentation", + }, + { + title: "Ory Hydra Docs", + description: "An OAuth 2.0 and OpenID Connect provider.", + projectUrl: "https://www.ory.sh/hydra/docs/", + githubUrl: "https://github.com/ory/hydra/", + owner: "Community Owned Documentation", + }, + { + title: "Ory Oathkeeper Docs", + description: "An Identity and Access Proxy. ", + projectUrl: "https://www.ory.sh/oathkeeper/docs/", + githubUrl: "https://github.com/ory/oathkeeper/", + owner: "Community Owned Documentation", + }, + { + title: "Ory Keto Docs", + description: "An access control server. ", + projectUrl: "https://www.ory.sh/keto/docs/", + githubUrl: "https://github.com/ory/keto/", + owner: "Community Owned Documentation", + }, + ], +}; From 46082b75ee1fb01dc5a4e44f756bec9f4f676112 Mon Sep 17 00:00:00 2001 From: nobledeveloper01 Date: Tue, 31 Oct 2023 22:32:12 +0100 Subject: [PATCH 33/38] Created microsoft.js file and added all Microsoft docs in the README.md to the file --- awesome-oss-docs/src/constants/docs/index.js | 4 +- .../docs/orderByAlphabet/microsoft.js | 162 ++++++++++++++++++ 2 files changed, 165 insertions(+), 1 deletion(-) create mode 100644 awesome-oss-docs/src/constants/docs/orderByAlphabet/microsoft.js diff --git a/awesome-oss-docs/src/constants/docs/index.js b/awesome-oss-docs/src/constants/docs/index.js index eceb2f1..8a4f2d5 100644 --- a/awesome-oss-docs/src/constants/docs/index.js +++ b/awesome-oss-docs/src/constants/docs/index.js @@ -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, @@ -53,6 +54,7 @@ export default [ linode, loginradius, mayadata, + microsoft, netflix, netlify, samsung, @@ -65,5 +67,5 @@ export default [ uber, upbound, puppet, - python, + python, ]; diff --git a/awesome-oss-docs/src/constants/docs/orderByAlphabet/microsoft.js b/awesome-oss-docs/src/constants/docs/orderByAlphabet/microsoft.js new file mode 100644 index 0000000..f80f7fa --- /dev/null +++ b/awesome-oss-docs/src/constants/docs/orderByAlphabet/microsoft.js @@ -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", + }, + ], +}; From fd85bd8d5e3fc72ef828799657c5d3dac7f7e057 Mon Sep 17 00:00:00 2001 From: IfeOluwa Akanwo <146724964+menorahh@users.noreply.github.com> Date: Tue, 31 Oct 2023 23:58:50 +0100 Subject: [PATCH 34/38] Create salesforce.js --- .../docs/orderByAlphabet/salesforce.js | 61 +++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 awesome-oss-docs/src/constants/docs/orderByAlphabet/salesforce.js diff --git a/awesome-oss-docs/src/constants/docs/orderByAlphabet/salesforce.js b/awesome-oss-docs/src/constants/docs/orderByAlphabet/salesforce.js new file mode 100644 index 0000000..a07ac18 --- /dev/null +++ b/awesome-oss-docs/src/constants/docs/orderByAlphabet/salesforce.js @@ -0,0 +1,61 @@ +export default { + title: 'Salesforce Open Source Documentation', + documentations: [ + { + title: 'Lightning Web Components Docs', + description: + 'A Blazing Fast, Enterprise-Grade Web Components Foundation, The lightweight, high performance web component framework that powers thousands of apps.', + projectUrl: 'https://lwc.dev/guide/introduction', + githubUrl: '', + owner: 'Community Owned Documentation', + }, + { + title: 'Buildpacks Docs', + description: + "Buildpacks are pluggable, modular tools that translate source code into OCI images.", + projectUrl: 'https://buildpacks.io/docs/', + githubUrl: '', + owner: 'Community Owned Documentation', + }, + { + title: 'Cloudsplaining Docs', + description: + 'AWS IAM security assessment tool that identifies violations of least privilege and generates a risk-prioritized report.', + projectUrl: 'https://cloudsplaining.readthedocs.io/en/latest/', + githubUrl: '', + owner: 'Company Owned Documentation', + }, + { + title: 'Oclif Docs', + description: + 'A framework for building CLIs in Node.js. Designed both for simple CLIs that can be just a single file with a few flag options, or for very complex CLIs that have many subcommands.', + projectUrl: 'https://oclif.io/docs/introduction', + githubUrl: '', + owner: 'Company Owned Documentation', + }, + { + title: 'Apache PredictionIO Doc', + description: + 'Apache PredictionIO® is a machine learning server for developers and data scientists to create predictive engines for any machine learning task. ', + projectUrl: 'https://predictionio.apache.org/start/', + githubUrl: '', + owner: 'Community Owned Documentation', + }, + { + title: 'TransmogrifAI Docs', + description: + 'AutoML library for building modular, reusable, strongly typed machine learning workflows on Apache Spark with minimal hand tuning.', + projectUrl: 'https://docs.transmogrif.ai/en/stable/', + githubUrl: 'https://github.com/salesforce/TransmogrifAI/tree/master/docs', + owner: 'Company Owned Documentation', + }, + { + title: 'Policy Sentry Docs', + description: + 'AM Least Privilege Policy Generator.', + projectUrl: 'https://policy-sentry.readthedocs.io/en/latest/', + githubUrl: '', + owner: 'Community Owned Documentation', + }, + ], +}; From 9af7295648bc6e349dab43e4128699f2b4886715 Mon Sep 17 00:00:00 2001 From: IfeOluwa Akanwo <146724964+menorahh@users.noreply.github.com> Date: Wed, 1 Nov 2023 00:10:56 +0100 Subject: [PATCH 35/38] imported salesforce --- awesome-oss-docs/src/constants/docs/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/awesome-oss-docs/src/constants/docs/index.js b/awesome-oss-docs/src/constants/docs/index.js index eceb2f1..edf87e3 100644 --- a/awesome-oss-docs/src/constants/docs/index.js +++ b/awesome-oss-docs/src/constants/docs/index.js @@ -20,6 +20,7 @@ import loginradius from "./orderByAlphabet/loginradius"; import mayadata from "./orderByAlphabet/mayadata"; import netflix from "./orderByAlphabet/netflix"; import netlify from "./orderByAlphabet/netlify"; +import salesforce from "./orderByAlphabet/salesforce"; import samsung from "./orderByAlphabet/samsung"; import shopify from "./orderByAlphabet/shopify"; import slackhq from "./orderByAlphabet/slackhq"; @@ -55,6 +56,7 @@ export default [ mayadata, netflix, netlify, + salesforce, samsung, shopify, slackhq, From bf06acdc392075be348177c53dbef5cb18b9ebd0 Mon Sep 17 00:00:00 2001 From: Annay Paul Date: Wed, 1 Nov 2023 10:45:08 +0600 Subject: [PATCH 36/38] [Bug-Fix] Removed space between 'sales force' from import statement in index.js --- awesome-oss-docs/src/constants/docs/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awesome-oss-docs/src/constants/docs/index.js b/awesome-oss-docs/src/constants/docs/index.js index 8c354c3..c5cbdf5 100644 --- a/awesome-oss-docs/src/constants/docs/index.js +++ b/awesome-oss-docs/src/constants/docs/index.js @@ -60,7 +60,7 @@ export default [ netflix, netlify, ory, - sales force, + salesforce, samsung, shopify, slackhq, From 128ee5653b5bd786f70bea29b0b874a5bdaed08b Mon Sep 17 00:00:00 2001 From: Annay Paul Date: Wed, 1 Nov 2023 10:48:02 +0600 Subject: [PATCH 37/38] [Enhancement] Added the RedHat Docs as mentioned in the README.md into redhat.js file --- .../constants/docs/orderByAlphabet/redhat.js | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 awesome-oss-docs/src/constants/docs/orderByAlphabet/redhat.js diff --git a/awesome-oss-docs/src/constants/docs/orderByAlphabet/redhat.js b/awesome-oss-docs/src/constants/docs/orderByAlphabet/redhat.js new file mode 100644 index 0000000..51b9df2 --- /dev/null +++ b/awesome-oss-docs/src/constants/docs/orderByAlphabet/redhat.js @@ -0,0 +1,34 @@ +export default { + title: 'RedHat Open Source Documentation', + documentations: [ + { + title: "CentOS Docs", + description: + "SA solid, predictable base to build upon, with extensive resources to build, test, release, and maintain code.", + projectUrl: "https://docs.centos.org", + owner: "Company Owned Documentation", + }, + { + title: "Ceph Docs", + description: + "A distributed object, block, and file storage platform.", + projectUrl: "https://docs.ceph.com/", + owner: "Company Owned Documentation", + }, + { + title: "Project QUAY Docs", + description: "Builds, analyzes, distributes your container images.", + projectUrl: "https://docs.projectquay.io/", + githubUrl: "https://github.com/quay/quay-docs)", + owner: "Community Owned Documentation", + }, + { + title: "WildFly Docs", + description: + "A flexible, lightweight, managed application runtime that helps you build amazing applications.", + projectUrl: "https://docs.wildfly.org/", + githubUrl: "https://github.com/wildfly/wildfly/tree/main/docs)", + owner: "Community Owned Documentation", + }, + ], + }; \ No newline at end of file From 546a1c561055dcd4f851d97b6c9ea9fdefbd451d Mon Sep 17 00:00:00 2001 From: Annay Paul Date: Wed, 1 Nov 2023 10:49:25 +0600 Subject: [PATCH 38/38] [Fix] Imported redhat from redhat.js into index.js --- awesome-oss-docs/src/constants/docs/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/awesome-oss-docs/src/constants/docs/index.js b/awesome-oss-docs/src/constants/docs/index.js index c5cbdf5..2a3084c 100644 --- a/awesome-oss-docs/src/constants/docs/index.js +++ b/awesome-oss-docs/src/constants/docs/index.js @@ -21,6 +21,7 @@ import mayadata from "./orderByAlphabet/mayadata"; import netflix from "./orderByAlphabet/netflix"; import netlify from "./orderByAlphabet/netlify"; import ory from "./orderByAlphabet/ory"; +import redhat from './orderByAlphabet/redhat'; import salesforce from "./orderByAlphabet/salesforce"; import samsung from "./orderByAlphabet/samsung"; import shopify from "./orderByAlphabet/shopify"; @@ -60,6 +61,7 @@ export default [ netflix, netlify, ory, + redhat, salesforce, samsung, shopify,