File size: 502 Bytes
02dd0fd | 1 2 3 4 5 6 7 8 9 10 | Archived design docs and paper assets that lived at the `docs/` root before the InfraBench website was published to GitHub Pages.
- [Design doc index](./index.html)
- [InfraBench architecture diagrams](./infrabench-design/)
- [PhD co-design task notes](./phd-codesign-tasks.md)
The live InfraBench landing page is served from the repository `docs/` folder root.
`npm run deploy:docs` renames Next.js `_next/` assets to `next/` because GitHub Pages does not serve underscore-prefixed paths.
|