Skip to content

Commit

Permalink
docs: adjusted project name
Browse files Browse the repository at this point in the history
  • Loading branch information
tassiluca committed Mar 4, 2024
1 parent 20dfdd8 commit e7b98b6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
> - ergonomics of the two styles (which one results more thoughtful and/or verbose);
> - which of the two approaches has a real advantage in adoption;
> - pros and cons of the two styles;
> - how and when to use one approach rather than the other;
> - any limitations and difficulties encountered in using them;
> - any limitations and difficulties encountered in using them.
## Overview

Expand Down Expand Up @@ -58,6 +57,6 @@ Generally speaking, the runnable examples can be run by simply executing the `ru
./gradlew :analyzer-direct:run
```

Detailed instructions follows in the specific sections.
Detailed instructions follows in the specific sections (and in `README`).

**Examples works with a version of the JDK > 21** (Virtual Threads are needed!).
7 changes: 3 additions & 4 deletions docs/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
> - ergonomics of the two styles (which one results more thoughtful and/or verbose);
> - which of the two approaches has a real advantage in adoption;
> - pros and cons of the two styles;
> - how and when to use one approach rather than the other;
> - any limitations and difficulties encountered in using them;
> - any limitations and difficulties encountered in using them.
## Overview

Expand Down Expand Up @@ -58,6 +57,6 @@ Generally speaking, the runnable examples can be run by simply executing the `ru
./gradlew :analyzer-direct:run
```

Detailed instructions follows in the specific sections.
Detailed instructions follows in the specific sections (and in `README`).

**Examples works with a version of the JDK > 21** (Virtual Threads are needed!).
**Examples works with a version of the JDK > 21** (Virtual Threads are needed!).
2 changes: 2 additions & 0 deletions docs/content/docs/01-boundaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ object optional:

### `Either` + `?`

[[Here you can find the full source]()]

```scala
/** Represents a computation that will hopefully return a [[Right]] value but might fail with a [[Left]] one.*/
object either:
Expand Down
6 changes: 3 additions & 3 deletions docs/hugo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
baseURL = 'https://tassiluca.github.io/PPS-22-direct-style-experiments/'
baseURL = 'https://tassiluca.github.io/direct-style-experiments/'
languageCode = 'en-us'
title = 'PPS-22-direct-style-experiments'
title = 'direct-style-experiments'

enableGitInfo = true # to enable 'Last Modified by' date and git author information on 'doc' type pages.

Expand All @@ -16,5 +16,5 @@ enableGitInfo = true # to enable 'Last Modified by' date and git author informat

[params]
BookTheme = 'light'
BookRepo = 'https://github.com/tassiLuca/PPS-22-direct-style-experiments' # used for 'Last Modified' and 'Edit this page' links
BookRepo = 'https://github.com/tassiLuca/direct-style-experiments' # used for 'Last Modified' and 'Edit this page' links
BookCommitPath = 'commit'

0 comments on commit e7b98b6

Please sign in to comment.