Skip to content

Commit

Permalink
Successful publish of site
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverKillane committed Apr 28, 2024
1 parent 49797d1 commit 72e3b0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion book/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

0 comments on commit 72e3b0d

Please sign in to comment.