From 10bb3fabccaa395e67f9f13f3393a245f540f827 Mon Sep 17 00:00:00 2001 From: michaelcurrin Date: Tue, 19 May 2020 13:41:36 +0200 Subject: [PATCH] Update setup_project.md --- docs/tutorial/setup_project.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/tutorial/setup_project.md b/docs/tutorial/setup_project.md index 1e3fd89..7d78198 100644 --- a/docs/tutorial/setup_project.md +++ b/docs/tutorial/setup_project.md @@ -23,13 +23,15 @@ This is the simplest MkDocs site you can make: ### Create a starter site -Run this command to create the starter site outline above. This make the steps below go quicker. +Run this command to create a starter site. This make the steps below go quicker. ```sh cd my-project mkdocs new PATH ``` +The result will be same as the [Basic structure](#basic-structure) defined above and will include minimal text content generated by the MkDocs CLI. This text is defined in the project's [new.py](https://github.com/mkdocs/mkdocs/blob/master/mkdocs/commands/new.py) module. + ### Setup a docs site