Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions docs/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
5 changes: 1 addition & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down Expand Up @@ -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
Expand Down