From b95d84714e2613d4ef8570feb6c6c35c0ee16b80 Mon Sep 17 00:00:00 2001 From: Laurent Erignoux Date: Tue, 4 Aug 2015 15:14:53 +0200 Subject: [PATCH] Removing deprecated notice to update mkdocs.yml in docs README Signed-off-by: Laurent Erignoux Upstream-commit: a440956eabd6fd520e036760ec34ce7a6e8033e5 Component: cli --- components/cli/docs/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/cli/docs/README.md b/components/cli/docs/README.md index e4413c5cd8..c05d8a3ff7 100644 --- a/components/cli/docs/README.md +++ b/components/cli/docs/README.md @@ -62,10 +62,6 @@ own. 4. Modify existing or add new `.md` files to the `docs` directory. - If you add a new document (`.md`) file, you must also add it to the - appropriate section of the `docs/mkdocs.yml` file in this repository. - - 5. As you work, build the documentation site locally to see your changes. The `docker/docker` repository contains a `Dockerfile` and a `Makefile`.