mirror of
https://gitlab.com/simple-stock-bots/docs.git
synced 2025-06-15 23:06:39 +00:00
made math and content folders work
This commit is contained in:
parent
ed9bcefa6b
commit
c13d4ae0bd
12
docs/333-123.md
Normal file
12
docs/333-123.md
Normal 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}.$$
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user