From dc37ee9bf92550cfbe895d4dcf9085442156949b Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Fri, 9 Oct 2020 16:34:57 +0300 Subject: [PATCH] [Docs] Update the mkdocs config to include the new pages --- mkdocs.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index 4318408..1d522bc 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -12,7 +12,14 @@ pages: - Company: modules/company.md - ERC: modules/erc.md - Programming: modules/programming.md + - Lisp: modules/lisp.md + - Emacs Lisp: modules/emacs_lisp.md + - Common Lisp: modules/common_lisp.md + - Scheme: modules/scheme.md + - Clojure: modules/clojure.md + - Dart: modules/dart.md - Python: modules/python.md + - Ruby: modules/ruby.md - FAQ: faq.md - Troubleshooting: troubleshooting.md - Contributing: contributing.md