From c13d4ae0bdfb5a3d37d463365682b97fb73d5107 Mon Sep 17 00:00:00 2001 From: Anson Date: Mon, 23 Sep 2019 19:02:55 -0700 Subject: [PATCH] made math and content folders work --- docs/333-123.md | 12 ++++++++++++ mkdocs.yml | 9 +++++++++ 2 files changed, 21 insertions(+) create mode 100644 docs/333-123.md diff --git a/docs/333-123.md b/docs/333-123.md new file mode 100644 index 0000000..517c0c1 --- /dev/null +++ b/docs/333-123.md @@ -0,0 +1,12 @@ +# #333-123 + +## Part Info + +This is the specification. + +$$F=ma$$ + +# MathJax Test Page + +When \(a \ne 0\), there are two solutions to \(ax^2 + bx + c = 0\) and they are +$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$ diff --git a/mkdocs.yml b/mkdocs.yml index 6ea5109..1409a7e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -7,8 +7,17 @@ nav: - Discord: discord.md - Author's Website: https://blog.ansonbiggs.com/ - LICENSE: LICENSE.md + - Test: + - 333-123.md + theme: "material" repo_url: https://gitlab.com/simple-stock-bots repo_name: Simple Stock Bots site_description: A collection of simple chat bots for stock market Data. + +extra_javascript: + - https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML + +markdown_extensions: + - mdx_math