1
0
mirror of https://gitlab.com/simple-stock-bots/docs.git synced 2025-06-16 07:16:39 +00:00

made math and content folders work

This commit is contained in:
Anson 2019-09-23 19:02:55 -07:00
parent ed9bcefa6b
commit c13d4ae0bd
2 changed files with 21 additions and 0 deletions

12
docs/333-123.md Normal file
View File

@ -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}.$$

View File

@ -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