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 deltalake.js file and add all DeltaLake docs in the README.md to the file #146

Closed Elijah699 closed 11 months ago

Elijah699 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 DeltaLake 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
nobledeveloper01 commented 11 months ago

pls assign me

Elijah699 commented 11 months ago

@nobledeveloper01 you can work on this

Elijah699 commented 11 months ago

@nobledeveloper01 are you still working on this?

nobledeveloper01 commented 11 months ago

Yes, you will receive my PR this evening

On Wed, Oct 25, 2023, 7:39 PM devCreed @.***> wrote:

@nobledeveloper01 https://github.com/nobledeveloper01 are you still working on this?

— Reply to this email directly, view it on GitHub https://github.com/saintmalik/awesome-oss-docs/issues/146#issuecomment-1779843620, or unsubscribe https://github.com/notifications/unsubscribe-auth/A7EQVOUCYU24EOPM3ZCT55DYBFMFLAVCNFSM6AAAAAA6NF2BEGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONZZHA2DGNRSGA . You are receiving this because you were mentioned.Message ID: @.***>

Elijah699 commented 11 months ago

Solved #172