Skip to content

Commit

Permalink
site
Browse files Browse the repository at this point in the history
  • Loading branch information
kellen committed Aug 22, 2024
1 parent 848053e commit e7e5080
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -774,6 +774,7 @@ lazy val site = project
)
.dependsOn(
avro % "compile->compile,provided",
beam % "compile->compile,provided",
bigquery % "compile->compile,provided",
bigtable % "compile->compile,provided",
cats % "compile->compile,provided",
Expand Down
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ A collection of [Magnolia](https://github.com/propensive/magnolia) add-ons for c
This library includes the following modules.

- @ref:[`magnolify-avro`](avro.md) - conversion between Scala types and [Apache Avro](https://github.com/apache/avro) `GenericRecord`
- @ref:[`magnolify-beam`](beam.md) - conversion between Scala types and [Apache Beam](https://beam.apache.org/) [schema types](https://beam.apache.org/documentation/programming-guide/#schemas)
- @ref:[`magnolify-bigquery`](bigquery.md) - conversion between Scala types and [Google Cloud BigQuery](https://cloud.google.com/bigquery/) `TableRow`
- @ref:[`magnolify-bigtable`](bigtable.md) - conversion between Scala types and [Google Cloud Bigtable](https://cloud.google.com/bigtable) to `Mutation`, from `Row`
- @ref:[`magnolify-cats`](cats.md) - type class derivation for [Cats](https://github.com/typelevel/cats), specifically
Expand All @@ -35,6 +36,7 @@ Complete type mapping @ref:[here](mapping.md).

@@@ index
- @ref:[Avro](avro.md)
- @ref:[Beam](beam.md)
- @ref:[BigQuery](bigquery.md)
- @ref:[Bigtable](bigtable.md)
- @ref:[Cats](cats.md)
Expand Down

0 comments on commit e7e5080

Please sign in to comment.