Skip to content

Commit fb2f60b

Browse files
committed
Port copy changes from #23 mockup review
1 parent 6040ecf commit fb2f60b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

readthedocs-theme/templates/readthedocs/homepage.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<div class="column seven wide computer nine wide tablet sixteen wide mobile">
1616
<h1 class="ui header massive">
17-
<span class="ui header">Continuous documentation for technical projects</span>
17+
<span class="ui header">Push your docs, <br>we'll do the rest</span>
1818
</h1>
1919
<div class="ui basic vertical padded huge segment">
2020
<p>
@@ -23,7 +23,7 @@ <h1 class="ui header massive">
2323
</div>
2424

2525
<div>
26-
<a href="https://docs.readthedocs.io/page/intro/getting-started-with-sphinx.html" class="ui button large secondary gradient fade">Start your docs</a>
26+
<a href="https://docs.readthedocs.io/page/intro/getting-started-with-sphinx.html" class="ui button large secondary gradient fade">Get started!</a>
2727
<a href="./product.html" class="ui button large secondary basic">Learn more</a>
2828
</div>
2929

@@ -61,23 +61,23 @@ <h2 class="ui header">How it works</h2>
6161
<img src="/theme/img/infographic-01.png"/>
6262
</div>
6363
<p>
64-
Write your documentation easily, using .md or .rst, directly in your own IDE, as you work on what maters: your project.
64+
Write your documentation easily, using Markdown or reStructuredText, directly in your own IDE, as you work on what matters: your project.
6565
</p>
6666
</div>
6767
<div class="column center aligned">
6868
<div class="ui image">
6969
<img src="/theme/img/infographic-02.png"/>
7070
</div>
7171
<p>
72-
Upload your work to your favorite source code repository hosting service. We support GitHub, GitLab, BitBucket and more.
72+
Read the Docs watches your repository and rebuilds your documentation any time you make a change.
7373
</p>
7474
</div>
7575
<div class="column center aligned">
7676
<div class="ui image">
7777
<img src="/theme/img/infographic-03.png"/>
7878
</div>
7979
<p>
80-
Setup your account with Read the Docs, add a .config file to tell us your preferences and we'll do the rest!
80+
Setup your account with Read the Docs, add a <code>.readthedocs.yaml</code> file to set the configuration, and we'll do the rest!
8181
</p>
8282
</div>
8383

@@ -102,11 +102,11 @@ <h2 class="ui header">How it works</h2>
102102

103103
<div class="ui basic vertical huge segment">
104104
<p>
105-
We generate, host and manage your documentation versions for you, outputting both html and pdf formats.
106-
Whenever you push code, we'll build your docs.
105+
We generate HTML, PDF, and EPUB formats for your project, and host and manage documentation versions for you.
106+
Whenever you push code, we'll build your docs.
107107
</p>
108108
<p>
109-
<big>It Just works.</big>
109+
<big>Get your docs online in 5 minutes.</big>
110110
</p>
111111
</div>
112112

0 commit comments

Comments
 (0)