From 5d358e0bd30e1bc9a4e39826c6a15ec26ee08690 Mon Sep 17 00:00:00 2001 From: Laegel Date: Fri, 8 May 2020 12:39:55 +0200 Subject: [PATCH] chore(docs) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index af672d0..ab2c7c5 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,13 @@ const targetPath = /* Where lives your sidebars config file -Doesn't have to be JSON but it's easier to change programatically, +Doesn't have to be JSON but it's easier to change programmatically, you may create your own saving method */ const sidebarPath = "/path/to/docusaurus/website/sidebars.json"; +// rustdoc uses relative links for crate types relations const linksRoot = "/docs/api/rust/"; (async () => {