Skip to content

Commit

Permalink
Website updates (#1984)
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Mar 22, 2019
1 parent 1499d57 commit 12753e4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 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** |
| :------------------------: | :------------------------: |
Expand Down
2 changes: 1 addition & 1 deletion tools/docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
os.chdir(root_path)

# 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
# We want to run typedoc on that declaration file only.
Expand Down
4 changes: 3 additions & 1 deletion website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<img id="logo" src="images/deno_logo_3.svg" width=200>
<div>
<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>
</header>

Expand Down Expand Up @@ -131,6 +131,8 @@ <h2 id="dig-in">Dig in... <a href="#dig-in">#</a></h2>

<p><a href="https://deno.land/x/">Module repository</a></p>

<p><a href="https://twitter.com/deno_land">Twitter Account</a></p>

<p>
<a href="https://github.com/denoland/deno/blob/master/Releases.md"
>Release notes</a
Expand Down
2 changes: 1 addition & 1 deletion website/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ header {
}

header > * {
margin: 16px;
margin: 8px;
}

header h1 {
Expand Down

0 comments on commit 12753e4

Please sign in to comment.