Skip to content

Commit

Permalink
feat(docs): better social cards
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Sep 23, 2024
1 parent afcfc98 commit 9beed7d
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/cli/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: The stac-rs command-line interface (CLI), stacrs
---

# Command-line interface (CLI)

The **stac-rs** command-line interface can be installed two ways.
Expand Down
4 changes: 4 additions & 0 deletions docs/python/api/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: The stacrs Python API
---

# Python API

API documentation for the **stacrs** Python package.
Expand Down
4 changes: 4 additions & 0 deletions docs/python/api/migrate.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: Migrate STAC to another version
---

# Migration

::: stacrs.migrate
Expand Down
4 changes: 4 additions & 0 deletions docs/python/api/pystac.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: Interface with pystac
---

# pystac

These functions are only available if [pystac](https://pystac.readthedocs.io/) is available on your system.
Expand Down
4 changes: 4 additions & 0 deletions docs/python/api/read.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: Read STAC from the local filesystem or blob storage
---

# Read

::: stacrs.read
4 changes: 4 additions & 0 deletions docs/python/api/search.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: Search a STAC API
---

# Search

::: stacrs.search
Expand Down
4 changes: 4 additions & 0 deletions docs/python/api/validate.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: Validate STAC with json-schema
---

# Validate

::: stacrs.validate
Expand Down
4 changes: 4 additions & 0 deletions docs/python/api/write.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: Write STAC to the filesystem or to blob storage
---

# Write

::: stacrs.write
4 changes: 4 additions & 0 deletions docs/python/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: The stac-rs Python package, stacrs
---

# stacrs

A Python package for working with [STAC](https://stacspec.org) designed to compliment existing packages such as [pystac](https://pystac.readthedocs.io) and [pystac-client](https://pystac-client.readthedocs.io).
Expand Down
6 changes: 5 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
site_name: stac-rs
site_description: Command Line Interface (CLI), Rust crates, and other libraries for the SpatioTemporal Asset Catalog (STAC) specification.
site_url: https://stac-utils.github.io/stac-rs
repo_url: https://github.com/stac-utils/stac-rs
theme:
Expand Down Expand Up @@ -30,7 +31,10 @@ nav:
- cli/index.md
plugins:
- search
- social
- social:
cards_layout_options:
color: rgb(26, 78, 99)
background_color: rgb(228, 246, 251)
- mkdocstrings:
enable_inventory: true
handlers:
Expand Down

0 comments on commit 9beed7d

Please sign in to comment.