Skip to content

Fix improperly named markdown file

rajeshs requested to merge github/fork/seancolsen/master into master

Created by: seancolsen

Before this fix, MkDocs would not build the docs guide due to a case mismatch between mkdocs.yml (lowercase) and the file name (upper case).

After this fix, MkDocs is able to build the book successfully.

Merge request reports