diff --git a/README.md b/README.md index 4e0a87f..7e7bcc1 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,11 @@ An embedded, in-memory database that is generated by a schema compiler, and can ## Project Structure ### [`./crates` → Contains the libraries developed for this project](./crates) -### [`./book` → The emDB book, which is hosted with this repo](./book) +### [`./book` → The emDB book](./book) [→ hosted here](https://oliverkillane.github.io/emDB/) ### [`./papers` → Academic works developed alongside this project](./papers/) +## Documentation +Can be found in the [book site](https://oliverkillane.github.io/emDB/), and built documentation from [`./crates`](./crates/). + ## Contributions This project is currently closed to code contributions as it is part of marked work. diff --git a/book/README.md b/book/README.md index bbc8028..05b04cb 100644 --- a/book/README.md +++ b/book/README.md @@ -7,4 +7,4 @@ Documentation for usage of emdb, design decisions, and the emQL language, build 2. `mdbook serve` from this directory edit the book, with rebuild on changes. ### Hosting -This book is published to the emdb repo's github pages site. +This book is published to the emdb repo's github pages site by the [publish workflow](./../.github/workflows/publish.yml) to the [emDB pages site](https://oliverkillane.github.io/emDB/).