Skip to content

Commit b778697

Browse files
committed
Move docs to docs.rs
1 parent 3f3f333 commit b778697

File tree

5 files changed

+7
-13
lines changed

5 files changed

+7
-13
lines changed

.travis.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,5 @@ script:
1010
- cargo doc --verbose
1111
- cargo test --features heapsize
1212

13-
after_success: |
14-
[ $TRAVIS_RUST_VERSION = nightly ] &&
15-
[ $TRAVIS_BRANCH = master ] &&
16-
[ $TRAVIS_PULL_REQUEST = false ] &&
17-
echo '<meta http-equiv=refresh content=0;url=cssparser/index.html>' > target/doc/index.html &&
18-
pip install --user ghp-import &&
19-
~/.local/bin/ghp-import -n target/doc &&
20-
git push -qf https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
21-
22-
env:
23-
- secure: N66sY4jTqznkJRTNshbib1o7GpgPN8Rw66KFGkRxDfuDOZGkpmTWRPP4tLwmbFfdMOSFKd8Q1OTUOGqvRgny4TErcCF+E56/tUSdGfOFqKeGqowUGhRBLx4eso8FP1ECCTEEZE4hEs1Yb10BrPvZU6YmdBcc5e8YeDZBTAhqMUE=
24-
2513
notifications:
2614
webhooks: http://build.servo.org:54856/travis

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ rust-cssparser
33

44
[![Build Status](https://travis-ci.org/servo/rust-cssparser.svg?branch=travis)](https://travis-ci.org/servo/rust-cssparser)
55

6-
[Documentation](https://servo.github.io/rust-cssparser/cssparser/index.html)
6+
[Documentation](https://docs.rs/cssparser/)
77

88
Rust implementation of
99
[CSS Syntax Module Level 3](https://drafts.csswg.org/css-syntax/)

docs/.nojekyll

Whitespace-only changes.

docs/404.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<meta http-equiv="refresh" content="0; url=https://docs.rs/cssparser/">
2+
<link rel="canonical" href="https://docs.rs/cssparser/">
3+
<a href="https://docs.rs/cssparser/">Moved to docs.rs</a>

docs/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<meta http-equiv="refresh" content="0; url=https://docs.rs/cssparser/">
2+
<link rel="canonical" href="https://docs.rs/cssparser/">
3+
<a href="https://docs.rs/cssparser/">Moved to docs.rs</a>

0 commit comments

Comments
 (0)