improving docs as per tips from @clarete. Thanks brother.

This commit is contained in:
Gabriel Falcao
2013-10-10 22:49:48 -04:00
parent b74a0cdacc
commit 9b2f65a0c6
3 changed files with 2 additions and 7 deletions

View File

@@ -20,4 +20,4 @@ project:
logo_url: https://s3-us-west-2.amazonaws.com/s.cdpn.io/18885/httpretty-logo_1.svg
full_index: false
documentation:
index: welcome.md
index: intro.md

View File

@@ -1 +0,0 @@
# Welcome to HTTPretty

View File

@@ -15,11 +15,7 @@
<script src="{{ static_file('js/prefixfree.min.js') }}"></script>
</head>
<body>
{% if info.relative_path.endswith("welcome.md") %}
{% include "./logo.html" %}
{% else %}
{% include "./content.html" %}
{% endif %}
{% include "./content.html" %}
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '{{ project.google_analytics_code }}']);