Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

move /docs/_img files to /static/img folder #1

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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
Binary file removed docs/_img/earthstar-logo-small.png
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/intro/concepts-and-vocabulary.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ TODO: how to link to a specific version of a document?

This is specific to the Javascript implementation; other libraries might have different internal structures.

![](../_img/building-blocks.png)
![](/img/building-blocks.png)

## Replication / Syncing

Expand Down Expand Up @@ -432,7 +432,7 @@ Each document has a history of old versions. Earthstar keeps one version from e

When fetching a path, the latest version is returned (by author-asserted timestamp). You can also get all versions if you want to do manual conflict resolution.

![](../_img/earthstar-data-model.png)
![](/img/earthstar-data-model.png)

Note that this image is simplified. A real document looks approximately like this:

Expand Down
2 changes: 1 addition & 1 deletion docs/intro/overview-for-developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Overview for Developers
---

![earthstar logo](../_img/earthstar-logo-small.png)
![earthstar logo](/img/earthstar-logo-small.png)

Earthstar is a distributed p2p database and app-making toolkit.

Expand Down
Binary file modified static/img/favicon.ico
Binary file not shown.