saintmalik / awesome-oss-docs

📚 A curated list of awesome open source documentation for people whole love contributing to docs (Documentarians).
https://awesome-oss-docs.vercel.app
Creative Commons Zero v1.0 Universal
109 stars 62 forks source link

Create google.js file and add all Google docs in the README.md to the file #153

Closed OSCA-Ado-Ekiti closed 10 months ago

OSCA-Ado-Ekiti commented 11 months ago
  1. Follow this structure to know where you will create your file:

awesome-oss-docs/awesome-oss-docs/src/constants/docs/orderByAlphabet

  1. Add all Google docs to the file you created,. Each docs are added in this format:

{ title: 'Airflow Docs', description: 'A platform to programmatically author, schedule, and monitor workflows.', projectUrl: 'https://airflow.incubator.apache.org/docs/', githubUrl: 'https://github.com/apache/airflow/tree/main/docs', owner: 'Community Owned Documentation', },

For better insight of how the file should look like check out the Apache File

  1. After adding all docs, Go to the index.js file in the docs folder, create an import of the file you added and put the name in the export default array
Paul-Annay commented 11 months ago

Hey there @OSCA-Ado-Ekiti , I would like to work on this!

OSCA-Ado-Ekiti commented 11 months ago

@Paul-Annay you can proceed to work on this.

Elijah699 commented 11 months ago

@Paul-Annay are you still working on this?

Paul-Annay commented 11 months ago

@Elijah699 yess I am still working on this

Paul-Annay commented 10 months ago

@Elijah699 I have a question regarding how to separate the 'Google Docs' from the rest. For example kubeflow and kubernetes have strong associations with Google but are largely contributed by the Open Source Community. So in such cases do I include anything that have strong association with Google or do they have to be exclusively maintained/controlled by Google?

saintmalik commented 10 months ago

Kubeflow and Kubernetes are independent of Google, it started from Google but it's now a community owned project, engineers from around the world contributed

On Thu, 26 Oct 2023, 6:04 pm Annay Paul, @.***> wrote:

@Elijah699 https://github.com/Elijah699 I have a question regarding how to separate the 'Google Docs' from the rest. For example kubeflow and kubernetes have strong associations with Google but are largely contributed by the Open Source Community. So in such cases do I include anything that have strong association with Google or do they have to be exclusively maintained/controlled by Google?

— Reply to this email directly, view it on GitHub https://github.com/saintmalik/awesome-oss-docs/issues/153#issuecomment-1781509248, or unsubscribe https://github.com/notifications/unsubscribe-auth/AI3GBNR4WKUMM734QOAH3STYBKJ3DAVCNFSM6AAAAAA6NIIQOCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBRGUYDSMRUHA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Paul-Annay commented 10 months ago

Kubeflow and Kubernetes are independent of Google, it started from Google but it's now a community owned project, engineers from around the world contributed … On Thu, 26 Oct 2023, 6:04 pm Annay Paul, @.> wrote: @Elijah699 https://github.com/Elijah699 I have a question regarding how to separate the 'Google Docs' from the rest. For example kubeflow and kubernetes have strong associations with Google but are largely contributed by the Open Source Community. So in such cases do I include anything that have strong association with Google or do they have to be exclusively maintained/controlled by Google? — Reply to this email directly, view it on GitHub <#153 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AI3GBNR4WKUMM734QOAH3STYBKJ3DAVCNFSM6AAAAAA6NIIQOCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBRGUYDSMRUHA . You are receiving this because you are subscribed to this thread.Message ID: @.>

Okay, understood. Thanks for the prompt reply!

Elijah699 commented 10 months ago

Solved #176