MrPowers / mack

Delta Lake helper methods in PySpark
https://mrpowers.github.io/mack/
MIT License
286 stars 42 forks source link

Add MKDocs #99

Closed SemyonSinchenko closed 1 year ago

SemyonSinchenko commented 1 year ago

We discussed this topic with @MrPowers

It will look like the current quinn docs: https://mrpowers.github.io/quinn/

To see how it will look like locally just do the following:

  1. checkout to my fork
  2. poetry install --with mkdocs
  3. poetry run mkdocs serve

About:

SemyonSinchenko commented 1 year ago

@MrPowers after merge you should also activate GH pages for this repo and optionally add the link into About section.

MrPowers commented 1 year ago

Docs are live: https://mrpowers.github.io/mack/

Add them to the About section @SemyonSinchenko.