From e515b4a2ce3010df999430d9d64b54dbf60b9d41 Mon Sep 17 00:00:00 2001 From: Delan Azabani Date: Wed, 24 Apr 2024 14:49:33 +0800 Subject: [PATCH] Publish at book.servo.org --- README.md | 2 +- book.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6df838a..51d9241 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ The Servo Book ============== -**** +**** To render the book locally: diff --git a/book.toml b/book.toml index 5681fc6..881ca59 100644 --- a/book.toml +++ b/book.toml @@ -9,7 +9,7 @@ title = "The Servo Book" git-repository-url = "https://github.com/servo/book" git-repository-icon = "fa-github" edit-url-template = "https://github.com/servo/book/edit/main/{path}" -site-url = "/book/" +site-url = "/" # Putting additional-css and additional-js in src/ gives them live reload. additional-css = ["src/custom.css"] additional-js = ["src/mermaid.min.js", "src/mermaid-init.js"]