Skip to content

Build documentation for master branch on gh-pages #454

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
Jul 11, 2018

Conversation

alexcrichton
Copy link
Contributor

Don't link it from the book as the book likely wants to use published crates.io
versions, but it should be available to browse if need be

@@ -125,6 +125,9 @@ matrix:
- cargo install-update -a
script:
- (cd guide && mdbook build)
- cargo doc -p wasm-bindgen --no-deps
- cargo doc -p web-sys --no-deps
- mv target/doc guide/book/api
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So will the API docs be used be used?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not directly by the book, but I'd find them useful at least to browser a git version of the documentation to checkup on things like the web-sys crate and its APIs

Don't link it from the book as the book likely wants to use published crates.io
versions, but it should be available to browse if need be
@fitzgen fitzgen merged commit 3578a83 into rustwasm:master Jul 11, 2018
@alexcrichton alexcrichton deleted the api branch July 30, 2018 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants