1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00

Website updates (#1984)

This commit is contained in:
Ryan Dahl 2019-03-22 11:34:47 -04:00 committed by GitHub
parent 1499d57490
commit 12753e492f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# deno # deno
A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio A secure runtime for JavaScript and TypeScript built with V8, Rust, and Tokio.
| **Linux & Mac** | **Windows** | | **Linux & Mac** | **Windows** |
| :------------------------: | :------------------------: | | :------------------------: | :------------------------: |

View file

@ -9,7 +9,7 @@ target_path = os.path.join(root_path, "target/")
os.chdir(root_path) os.chdir(root_path)
# Builds into target/doc # Builds into target/doc
run(["cargo", "doc", "--no-deps", "-vv"]) run(["cargo", "doc", "--all", "--no-deps", "-vv"])
# 'deno --types' is stored in target/debug/gen/lib/lib.deno_runtime.d.ts # 'deno --types' is stored in target/debug/gen/lib/lib.deno_runtime.d.ts
# We want to run typedoc on that declaration file only. # We want to run typedoc on that declaration file only.

View file

@ -17,7 +17,7 @@
<img id="logo" src="images/deno_logo_3.svg" width=200> <img id="logo" src="images/deno_logo_3.svg" width=200>
<div> <div>
<h1>Deno</h1> <h1>Deno</h1>
A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio A secure runtime for JavaScript and TypeScript built with V8, Rust, and Tokio
</div> </div>
</header> </header>
@ -131,6 +131,8 @@ main();</code></pre>
<p><a href="https://deno.land/x/">Module repository</a></p> <p><a href="https://deno.land/x/">Module repository</a></p>
<p><a href="https://twitter.com/deno_land">Twitter Account</a></p>
<p> <p>
<a href="https://github.com/denoland/deno/blob/master/Releases.md" <a href="https://github.com/denoland/deno/blob/master/Releases.md"
>Release notes</a >Release notes</a

View file

@ -78,7 +78,7 @@ header {
} }
header > * { header > * {
margin: 16px; margin: 8px;
} }
header h1 { header h1 {