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 --- ops/modules/www/code.tvl.fyi.nix | 7 ------- 1 file changed, 7 deletions(-) (limited to 'ops') diff --git a/ops/modules/www/code.tvl.fyi.nix b/ops/modules/www/code.tvl.fyi.nix index e565b03b11..ee0211990d 100644 --- a/ops/modules/www/code.tvl.fyi.nix +++ b/ops/modules/www/code.tvl.fyi.nix @@ -13,13 +13,6 @@ forceSSL = true; extraConfig = '' - # Serve the rendered Tvix component SVG. - # - # TODO(tazjin): Implement a way of serving this dynamically - location = /about/tvix/docs/component-flow.svg { - alias ${depot.tvix.docs.svg}/component-flow.svg; - } - location = /go-get/tvix/build-go { alias ${pkgs.writeText "go-import-metadata.html" ''''}; } -- cgit 1.4.1