From ab418bc0da19e4cb62f04e2707552f26078c16cc Mon Sep 17 00:00:00 2001 From: Yordany Loyola <ydory007@gmail.com> Date: Mon, 31 Jul 2023 02:21:02 +0000 Subject: [PATCH] Update file README.md --- README.md | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 6d29c7d..0000000 --- a/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# Plantilla MkDocs - -## Building locally - -To work locally with this project, you'll have to follow the steps below: - -1. Fork, clone or download this project -1. [Install][] MkDocs -1. Preview your project: `mkdocs serve`, - your site can be accessed under `localhost:8000` -1. Add content -1. Generate the website: `mkdocs build` (optional) - -Read more at MkDocs [documentation][]. - -- GitLab