Update in-tree docs to point to the new book (#32743)

* Update in-tree docs to point to the new book

* Revive build setup section in README as quickstart guide

* Apply feedback about titles
This commit is contained in:
Delan Azabani 2024-07-09 23:42:00 +08:00 committed by GitHub
parent 72e6a1f007
commit 34d9be70f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 63 additions and 1413 deletions

View file

@ -1,6 +1,6 @@
<!doctype html>
<title>Servo, the parallel browser engine</title>
<meta http-equiv=refresh content="0;url=servo/index.html">
<meta http-equiv=refresh content="0;url=https://book.servo.org/">
Documentation for Servo, the parallel browser engine.
Start with <a href="servo/index.html">the <code>servo</code> crate</a>
Start with <a href="https://book.servo.org/">The Servo Book</a>.