mirror of
https://github.com/monadicsystems/okapi.git
synced 2024-11-23 09:54:24 +03:00
More doc fixes
This commit is contained in:
parent
2f5b573267
commit
d3a34e2f21
@ -65,7 +65,7 @@ export function Hero() {
|
||||
An algebraic, micro web framework for Haskell
|
||||
</p>
|
||||
<p className="mt-3 text-2xl tracking-tight text-slate-400">
|
||||
Build any web application using Okapi's minimal set of operations and combinators.
|
||||
Build any web application using a minimal set of operations and combinators.
|
||||
</p>
|
||||
<div className="mt-8 flex gap-4 md:justify-center lg:justify-start">
|
||||
<Button href="/">Get started</Button>
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Getting started
|
||||
pageTitle: CacheAdvance - Never miss the cache again.
|
||||
description: Cache every single thing your app could ever do ahead of time, so your code never even has to run at all.
|
||||
pageTitle: Okapi - An algebraic, micro web framework for Haskell
|
||||
description: Build any web application using a minimal set of operations and combinators.
|
||||
---
|
||||
|
||||
Learn how to get CacheAdvance set up in your project in under thirty minutes or it's free. {% .lead %}
|
||||
|
Loading…
Reference in New Issue
Block a user