diff --git a/docs/css/style.css b/docs/css/style.css index cef9f4c9..013dbdec 100644 --- a/docs/css/style.css +++ b/docs/css/style.css @@ -52,15 +52,14 @@ p { /* Headers */ h1 { - font-size: 3.5rem; + font-size: 2.5rem; + line-height: 1.25; } h2 { - font-size: 3rem; -} - -h2 { - margin: 4rem 0 1rem 0; + font-size: 2rem; + line-height: 1.25; + margin: 2rem 0 0.5rem 0; } /* Links */ diff --git a/docs/index.md b/docs/index.md index c2238427..2404ac14 100644 --- a/docs/index.md +++ b/docs/index.md @@ -366,9 +366,6 @@ Keys are *always* encoded using the [directory][] and [tuple][] layers. Write queries create directories if they do not exist. -[directory]: https://apple.github.io/foundationdb/developer-guide.html#directories -[tuple]: https://apple.github.io/foundationdb/data-modeling.html#data-modeling-tuples - ```language-fql {.query} /directory/"p@th"(nil,57223,0xa8ff03)=nil ``` @@ -942,7 +939,7 @@ them into a single output key-value. FoundationDB performs best when key-values are kept small. When storing large [blobs][], the blobs are usually split -into 10 kB chunks and stored as values. The respective keys +into 10kB chunks and stored as values. The respective keys contain the byte offset of the chunks. [blobs]: https://apple.github.io/foundationdb/blob.html