Skip to content

Commit

Permalink
Merge pull request #468 from emptyflask/intersection-types-doc
Browse files Browse the repository at this point in the history
fix docsite structure
  • Loading branch information
solnic authored Feb 7, 2024
2 parents cfa8330 + 945cbc4 commit ffde417
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion docsite/source/combining-types.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ name: dry-types
sections:
- intersection
- sum
order: 11
---

Types can be combined to create new types, using [intersection types](docs::combining-types/intersection)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: Intersection
layout: gem-single
name: dry-types
order: 8
---

Intersection types are specified using the `&` operator. It combines two
Expand Down
4 changes: 2 additions & 2 deletions docsite/source/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ sections:
- optional-values
- default-values
- fallbacks
- sum
- constraints
- hash-schemas
- array-with-member
- enum
- map
- combining-types
- custom-types
- custom-type-builders
- extensions
Expand Down Expand Up @@ -129,7 +129,7 @@ Types::Strict::String[10000]
* Support for [constrained types](docs::constraints)
* Support for [optional values](docs::optional-values)
* Support for [default values](docs::default-values)
* Support for [sum types](docs::sum)
* Support for [sum types](docs::combining-types/sum)
* Support for [enums](docs::enum)
* Support for [hash type with type schemas](docs::hash-schemas)
* Support for [array type with members](docs::array-with-member)
Expand Down

0 comments on commit ffde417

Please sign in to comment.