about summary refs log tree commit diff
path: root/tools/nixery/docs/src/SUMMARY.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-10-12 r/5116 docs(nixery): replace the Nixery mdBook with a simple web pageVincent Ambo1-8/+0
Nixery's previous landing page was an mdBook that was basically unmaintained and full of incorrect information. It also duplicated some things (like nix-1p) which actually live elsewhere. This commit removes the mdBook completely and reduces it down to a simple TVL-style landing page. The landing page has been checked in in its entirety because Nixery is frequently cloned through josh without the entirety of depot, however the page has been created by building it through depot's //web/tvl/template. See also https://github.com/tazjin/nixery/issues/156 Change-Id: I20e1d58f1e6608377207e80345c169f7d92d3847 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6930 Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI Reviewed-by: flokli <flokli@flokli.de>
2019-10-03 docs(caching): Add information about Nixery's caching strategiesVincent Ambo1-0/+1
2019-08-05 docs: Add a section on running your own NixeryVincent Ambo1-2/+4
2019-08-05 docs: Add an "under-the-hood" page explaining the build processVincent Ambo1-0/+1
This page describes the various steps that Nixery goes through when "procuring" an image. The intention is to give users some more visibility into what is going on and to make it clear that this is not just an image storage service.
2019-08-05 docs: Replace static page with mdBook siteVincent Ambo1-0/+4
Uses mdBook[1] to generate a documentation overview page instead of the previous HTML site. This makes it possible to add more elaborate documentation without having to deal with finicky markup. [1]: https://github.com/rust-lang-nursery/mdBook