Skip to content

Commit

Permalink
[split] finagle-doc: add Matt Ho's talk, adjust style
Browse files Browse the repository at this point in the history
RB_ID=133082
  • Loading branch information
mariusae committed Mar 21, 2013
1 parent f833c7e commit 7fe60ae
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions doc/src/sphinx/_static/finagle.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,16 @@ div.body h6 {
font-style: italic;
color: #7f7f7f;
}

ul {
margin: 15px 0 15 px 0;
list-style: none;
line-height: 1.4;
}

ul li:before {
content: '\2014\a0';
color: #888;
position: absolute;
margin-left: -16px;
}
1 change: 1 addition & 0 deletions pushsite.bash
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ git clone -b gh-pages --single-branch [email protected]:twitter/finagle.git $dir >/
savedir=$(pwd)
cd $dir
git rm -fr .
touch .nojekyll
cp $savedir/site/index.html .
cp -r $savedir/target/scala-2.9.2/unidoc/ docs
cp -r $savedir/doc/target/site guide
Expand Down
1 change: 1 addition & 0 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ <h2>Other resources</h2>
the role of Finagle in Twitter’s distributed systems</li>
<li>A <a href="http://blog.oskarsson.nu/post/40196324612/the-twitter-stack">blog post</a>
explaning Twitter’s server stack, in which Finagle plays a central role</li>
<li>Matt Ho’s <a href="http://marakana.com/s/post/1416/twitter_finagle_for_the_asynchronous_programmer_matt_ho_video">NEScala talk</a> about Finagle</li>
</ul>

</div>
Expand Down

0 comments on commit 7fe60ae

Please sign in to comment.