This repository has been merged into LibrePhotos/librephotos.
The Docusaurus site source now lives at
apps/docs/in the monorepo, and is published from the monorepo'sgh-pagesbranch.
The site itself is unchanged: https://docs.librephotos.com — same URL, same content, deployed from the new location.
| You used to do… | Now do… |
|---|---|
git clone https://github.com/LibrePhotos/librephotos.docs.git && cd librephotos.docs && yarn start |
git clone https://github.com/LibrePhotos/librephotos.git && cd librephotos/apps/docs && yarn start |
| Click "Edit this page" on a doc | Now opens an edit URL under librephotos/tree/dev/apps/docs/ |
| Open issues here | Open them on LibrePhotos/librephotos with the docs label |
Full commit history is preserved under apps/docs/ in the monorepo.
Background: issue #534.