Skip to content

Commit

Permalink
Fixes from review (#189)
Browse files Browse the repository at this point in the history
- Subject agreement on table
- Copy fixes
  • Loading branch information
agjohnson authored Mar 20, 2023
1 parent 079cab3 commit 78c6980
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions content/pages/comparisons/github-pages.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
%}
<p>
GitHub Pages is great. We used to use it and <em>we loved it</em>.
However, it's just a static hosting with no features at all.
However, it's just for static hosting with no features at all.
When talking about documentation, <strong>Read the Docs</strong> is <em>the</em> perfect solution for it.
</p>
<p>
Expand Down Expand Up @@ -67,10 +67,10 @@

{% call comparison.feature_table() %}
{{ comparison.feature_row("Static hosting", "Publish any static content", "fa-page", on_github=True) }}
{{ comparison.feature_row("Build your site on the cloud", "Generate the site's content on the cloud", "fa-gears", on_github=True) }}
{{ comparison.feature_row("Deploy previews", "Solve style-issues before deploying", "fa-rocket-launch") }}
{{ comparison.feature_row("Build your site on the cloud", "Generate your site's content on the cloud", "fa-gears", on_github=True) }}
{{ comparison.feature_row("Deploy previews", "Solve style issues before deploying", "fa-rocket-launch") }}
{{ comparison.feature_row("Search", "Always find what you are looking for", "fa-magnifying-glass") }}
{{ comparison.feature_row("Multiple versions", "Publish multiple versions of our documentation", "fa-books") }}
{{ comparison.feature_row("Multiple versions", "Publish multiple versions of your documentation", "fa-books") }}
{{ comparison.feature_row("Redirects", "Redirect users to the right page", "fa-arrows-turn-right") }}
{{ comparison.feature_row("Custom 404 pages", "Style 404 pages with context-related information", "fa-xmark") }}
{{ comparison.feature_row("Custom \"robots.txt\"", "Improve your SEO by telling bots how to explore your site", "fa-robot") }}
Expand Down Expand Up @@ -182,8 +182,8 @@ <h2 class="ui center aligned header">
</h2>

<p>
GitHub Pages could be pretty useful when talking about static hostings.
However, for publishing <em>good documentation</em> it lacks lot of features that your readers will want.
GitHub Pages can be useful for static hosting of simple web sites.
However, for publishing <em>good documentation</em> it lacks many features that your readers will want.
Read the Docs is the all-in-one solution that gets you started with all those features from the beginning.
</p>

Expand Down

0 comments on commit 78c6980

Please sign in to comment.