Skip to content

Commit a6ac3d5

Browse files
authored
add info on where build looks for markdown files
1 parent be78d29 commit a6ac3d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/builds.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ MkDocs
4242
~~~~~~
4343

4444
When you choose *Mkdocs* as your *Documentation Type*,
45-
we will first look for a ``mkdocs.yml`` file in the ```doc``` or ```docs``` directory.
45+
we will first look for a ``mkdocs.yml`` file in the root of your repository, and if not found, within a ``doc`` or ``docs`` directory.
4646
If we don't find one,
4747
we will generate one for you.
4848

49-
Then MkDocs will build any files with a ``.md`` extension.
49+
Then MkDocs will build any files with a ``.md`` extension within the ``doc`` or ``docs`` directory.
5050
As MkDocs doesn't support automatic PDF generation,
5151
Read the Docs cannot create a PDF version of your documentation with the *Mkdocs* option.
5252

0 commit comments

Comments
 (0)