improving docs as per tips from @clarete. Thanks brother.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
# Welcome to HTTPretty
|
||||
@@ -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 }}']);
|
||||
|
||||
Reference in New Issue
Block a user