Skip to content

Commit

Permalink
make Slipstream module the main docs page
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed Feb 2, 2021
1 parent 4de27d8 commit fee6494
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ The format is based on [Keep a
Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.2.3 - 2021-02-02

### Changed

- docs: the main page now shows the `Slipstream` module
- frankly, I just want people to see the Basic Usage section as soon as
possible so they get a taste for the library

## 0.2.2 - 2021-02-01

### Fixed
Expand Down
1 change: 1 addition & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ defmodule Slipstream.MixProject do
deps: [],
language: "en",
formatters: ["html"],
main: Slipstream,
extras: [
"CHANGELOG.md",
"guides/implementation.md"
Expand Down

0 comments on commit fee6494

Please sign in to comment.