Skip to content

Fix headers on docs page #51

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 29, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions docs.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Rust and WebAssembly Documentation
---
title: Rust and WebAssembly Documentation
---

Welcome to an overview of the documentation provided by the [Rust
and WebAssembly Working Group](https://github.com/rustwasm). All of these
Expand All @@ -8,31 +10,31 @@ documentation resources as well!
Many of these resources take the form of "books"; we collectively call
these "The Rust and WebAssembly Bookshelf." Some are large, some are small.

# Learn about Rust and WebAssembly
## Learn about Rust and WebAssembly

If you'd like to learn about Rust and WebAssembly, this is the spot for
you! All of these resources assume that you have programmed a little bit
of Rust and that you have some familiarity with JavaScript. If you want
to learn how to use Rust in your web browser, these resources are a
great place to get started:

## The Rust Wasm Book
### The Rust Wasm Book

[The Rust Wasm Book](docs/book) describes how to use Rust and
WebAssembly together. There's a tutorial to create an end to end project
using Rust and WebAssembly and finally the book concludes with reference
sections full of general, good-to-know information to explore more
with Rust and WebAssembly.

# Dive Into Rust and WebAssembly
## Dive Into Rust and WebAssembly

If you'd like a deeper dive into Rust and WebAssembly, these resources
are for you. These books are good to look into after you've gone through
the tutorial in [The Rust Wasm Book](docs/book) or you already have some
familiarity with Rust, WebAssembly, and JavaScript. These books go into
more depth about the Rust WebAssesmbly tools and crates.

## The `wasm-bindgen` Guide
### The `wasm-bindgen` Guide

[The `wasm-bindgen` Guide](docs/wasm-bindgen) covers the `wasm-bindgen`
tool and crate. `wasm-bindgen` is a Rust library and CLI tool that
Expand All @@ -43,7 +45,7 @@ for the `wasm-bindgen` tool and related crates. There's also information
on how you can contribute to the `wasm-bindgen` tool, if you're
curious.

## The `wasm-pack` Book
### The `wasm-pack` Book

[The `wasm-pack` Book](docs/wasm-pack) covers the Rust to WebAssembly
workflow tool. This book covers prerequistes, project setup, and
Expand Down