From f0c9e3eac30b28f36112f1d40df77c8edc56a798 Mon Sep 17 00:00:00 2001 From: TimoCodez <55003801+TimoCodez@users.noreply.github.com> Date: Mon, 16 Sep 2024 02:10:48 +0300 Subject: [PATCH] added the menu items --- mkdocs.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 5a662aa..8ce73c5 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -23,8 +23,6 @@ theme: icon: material/brightness-7 name: Switch to dark mode - - nav: - Home: index.md - Programming Languages: programming-languages/index.md @@ -39,6 +37,7 @@ nav: - Contributing: contributing.md - Security: security.md - Code of Conduct: code_of_conduct.md + - Web3: web3/index.md markdown_extensions: - pymdownx.highlight: @@ -52,4 +51,4 @@ markdown_extensions: - pymdownx.details - pymdownx.superfences - pymdownx.mark - - attr_list \ No newline at end of file + - attr_list