Skip to content

Commit 9987b61

Browse files
authored
Merge pull request #51 from felixrabe/src
Fix headers on docs page
2 parents 072494f + 8a65e21 commit 9987b61

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

Diff for: docs.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Rust and WebAssembly Documentation
1+
---
2+
title: Rust and WebAssembly Documentation
3+
---
24

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

11-
# Learn about Rust and WebAssembly
13+
## Learn about Rust and WebAssembly
1214

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

19-
## The Rust Wasm Book
21+
### The Rust Wasm Book
2022

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

27-
# Dive Into Rust and WebAssembly
29+
## Dive Into Rust and WebAssembly
2830

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

35-
## The `wasm-bindgen` Guide
37+
### The `wasm-bindgen` Guide
3638

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

46-
## The `wasm-pack` Book
48+
### The `wasm-pack` Book
4749

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

0 commit comments

Comments
 (0)