From 9732d6b8f45872245b06a336fc472075bfde6dc0 Mon Sep 17 00:00:00 2001 From: Armand Bahi <armand.bahi@veremes.com> Date: Thu, 13 Jun 2019 11:20:00 +0200 Subject: [PATCH] update mkdocs config --- mkdocs.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index bc09b61..d0983cf 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -11,4 +11,13 @@ theme: nav: - Home: index.md - - First Steps: first-steps/first-steps.md \ No newline at end of file + - First Steps: first-steps/first-steps.md + +markdown_extensions: + - toc: + baselevel: 1 + # - admonition + # - def_list + # - mdx_gh_links: + # user: mkdocs + # repo: mkdocs \ No newline at end of file -- GitLab