jiayuasu commented on issue #1198: URL: https://github.com/apache/sedona/issues/1198#issuecomment-1910738659
@rovin-ms You can compile the Sedona doc locally (https://sedona.apache.org/1.5.1/setup/compile/#compile-the-documentation): Install libs ``` pip install mkdocs pip install mkdocs-material pip install mkdocs-macros-plugin pip install mkdocs-git-revision-date-localized-plugin pip install mike ``` Run: ``` mkdocs serve ``` You can add a page here: https://github.com/apache/sedona/tree/master/docs/setup , then add it to `mkdocs.yml`. Then it will show up here like the tutorial for Databricks, EMR: https://sedona.apache.org/1.5.1/setup/emr/ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
