From 65a810fc0b12e754af47864ab3b9d4b5756cde15 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Fri, 1 Mar 2024 10:56:17 +0200 Subject: feat(tvix/docs): switch to mdbook Some of the docs are still outdated (like architecture and drv path inconsistencies). Change-Id: I7a6afceb008ef4cd19a764dd6c637b39fa842a2e Reviewed-on: https://cl.tvl.fyi/c/depot/+/11072 Autosubmit: flokli Tested-by: BuildkiteCI Reviewed-by: edef --- tvix/docs/.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tvix/docs/.gitignore') diff --git a/tvix/docs/.gitignore b/tvix/docs/.gitignore index 77699ee8a3f7..8117055463aa 100644 --- a/tvix/docs/.gitignore +++ b/tvix/docs/.gitignore @@ -1,2 +1,2 @@ -*.svg -*.html +book +.mdbook-plantuml-cache/ -- cgit 1.4.1