diff --git a/doc/src/sphinx/_static/finagle.css b/doc/src/sphinx/_static/finagle.css index bf23299bf97..08a361403f9 100644 --- a/doc/src/sphinx/_static/finagle.css +++ b/doc/src/sphinx/_static/finagle.css @@ -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; +} diff --git a/pushsite.bash b/pushsite.bash index 824467f8f1a..be97edbc1a1 100755 --- a/pushsite.bash +++ b/pushsite.bash @@ -17,6 +17,7 @@ git clone -b gh-pages --single-branch git@github.com: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 diff --git a/site/index.html b/site/index.html index 1016bd62d9b..f65a269ac3b 100644 --- a/site/index.html +++ b/site/index.html @@ -87,6 +87,7 @@

Other resources

the role of Finagle in Twitter’s distributed systems
  • A blog post explaning Twitter’s server stack, in which Finagle plays a central role
  • +
  • Matt Ho’s NEScala talk about Finagle