Skip to content

Commit 0efbd47

Browse files
committed
Add link to the getting started guide
1 parent f086390 commit 0efbd47

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

readthedocs/doc_builder/base.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ def create_index(self, extension='md', **__):
110110
under the root (or ``/docs``) directory in your repository.
111111
112112
If you want to use another markup, choose a different builder in your settings.
113+
Check out our `Getting Started Guide
114+
<https://docs.readthedocs.io/en/latest/getting_started.html>`_ to become more
115+
familiar with Read The Docs.
113116
"""
114117

115118
index_file.write(index_text.format(dir=docs_dir, ext=extension))

0 commit comments

Comments
 (0)