diff --git a/docs/.markment.yml b/docs/.markment.yml index c89e430..f669aba 100644 --- a/docs/.markment.yml +++ b/docs/.markment.yml @@ -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 diff --git a/docs/welcome.md b/docs/welcome.md deleted file mode 100644 index a6d641e..0000000 --- a/docs/welcome.md +++ /dev/null @@ -1 +0,0 @@ -# Welcome to HTTPretty diff --git a/theme/index.html b/theme/index.html index 2481e41..dbe2660 100644 --- a/theme/index.html +++ b/theme/index.html @@ -15,11 +15,7 @@
- {% if info.relative_path.endswith("welcome.md") %} - {% include "./logo.html" %} - {% else %} - {% include "./content.html" %} - {% endif %} + {% include "./content.html" %}