Skip to content

Commit 6d0b218

Browse files
authored
docs: update navigation (#202)
1 parent 91f1b7e commit 6d0b218

File tree

1 file changed

+18
-32
lines changed

1 file changed

+18
-32
lines changed

mkdocs.yml

Lines changed: 18 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -27,48 +27,34 @@ extra:
2727
link: 'https://twitter.com/ApacheSedona'
2828
- icon: fontawesome/brands/discord
2929
link: 'https://discord.gg/9A3k5dEBsY'
30-
community_links: &community_links
31-
- Get Involved:
32-
- Sedona OSS Blog: "https://sedona.apache.org/latest/blog/"
33-
- Community: "https://sedona.apache.org/latest/community/contact/"
34-
- Apache Software Foundation: "https://sedona.apache.org/latest/asf/asf/"
3530

3631
site_name: SedonaDB
3732
site_description: "Documentation for SedonaDB"
3833
site_url: https://sedona.apache.org/sedonadb/
3934
nav:
40-
# This becomes the 'SedonaDB' tab
35+
- Home: https://sedona.apache.org/latest/
36+
- Setup: https://sedona.apache.org/latest/setup/overview/
37+
- Download: https://sedona.apache.org/latest/download/
38+
- Programming Guides: https://sedona.apache.org/latest/tutorial/sql/
39+
- API Docs: https://sedona.apache.org/latest/api/sql/Overview/
4140
- SedonaDB:
4241
- Home: index.md
43-
# The alias (*) works perfectly from the 'extra' block
44-
- <<: *community_links
45-
46-
# This becomes the 'Quickstart' tab
47-
- Python Quickstart:
48-
- quickstart-python.md
49-
- <<: *community_links
50-
51-
# This becomes the 'SedonaDB Guides' tab
52-
- SedonaDB Guides:
53-
- Working with Vector Data: programming-guide.md
54-
- Working with GeoPandas: geopandas-interop.md
55-
- Working with Overture: overture-examples.md
42+
- Quickstart: quickstart-python.md
43+
- Programming Guide: programming-guide.md
44+
- GeoPandas interop: geopandas-interop.md
45+
- Overture Examples: overture-examples.md
46+
- CRS Examples: crs-examples.md
5647
- Working with Parquet Files: working-with-parquet-files.md
57-
- Joining Spatial Data with Different Coordinate Systems: crs-examples.md
5848
- Working with SQL in SedonaDB: working-with-sql-sedonadb.md
5949
- Contributors Guide: contributors-guide.md
60-
61-
- <<: *community_links
62-
63-
# This becomes the 'SedonaDB Reference' tab
64-
- SedonaDB Reference:
65-
- Python:
66-
- Python Functions: reference/python.md
67-
- SQL:
68-
- SQL Functions: reference/sql.md
69-
- Spatial Joins: reference/sql-joins.md
70-
- <<: *community_links
71-
- Sedona Homepage: "https://sedona.apache.org/"
50+
- API:
51+
- Python: reference/python.md
52+
- SQL: reference/sql.md
53+
- Spatial Joins: reference/sql-joins.md
54+
- SpatialBench: https://sedona.apache.org/spatialbench/
55+
- Blog: https://sedona.apache.org/latest/blog/
56+
- Community: https://sedona.apache.org/latest/setup/compile/
57+
- Apache Software Foundation: https://sedona.apache.org/latest/asf/asf/
7258

7359
repo_url: https://github.com/apache/sedona-db
7460
edit_uri: https://github.com/apache/sedona-db/blob/main/docs/

0 commit comments

Comments
 (0)