-
Notifications
You must be signed in to change notification settings - Fork 743
[DOCS] restructure navigation #2519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
mkdocs.yml
Outdated
| - Predicate (Snowflake): api/snowflake/vector-data/Predicate.md | ||
| - SedonaDB: 'https://sedona.apache.org/sedonadb/' | ||
|
|
||
| # - Setup: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why comment out these sections?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added these back in, good catch. This PR should keep all existing URLs working and only change the navigation structure!
34e416c to
cb5eb38
Compare
cb5eb38 to
fe26d65
Compare
| === "SBT" | ||
|
|
||
| ``` | ||
| libraryDependencies += "org.apache.sedona" % "sedona-common" % "{{ sedona.current_version }}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the installation of SedonaSpark is much more complex than this. Should we instead direct users to the installation page instead?
Did you read the Contributor Guide?
Yes, I have read the Contributor Rules and Contributor Development Guide
No, I haven't read it.
Is this PR related to a ticket?
[DOCS] my subjectWhat changes were proposed in this PR?
Updates the documentation structure.
How was this patch tested?
Tested locally.
Did this PR include necessary documentation updates?