Compare commits

...
2 Commits
Author SHA1 Message Date
John Lancaster da58e20b69 mounting docs 2026-07-30 01:03:34 -05:00
John Lancaster d79025538b extra javascript 2026-07-30 01:03:24 -05:00
2 changed files with 8 additions and 2 deletions
+3 -1
View File
@@ -3,6 +3,8 @@ services:
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
restart: unless-stopped
ports: ports:
- "8765:8765" - "8765:8765"
restart: unless-stopped volumes:
- ./docs:/app/src/personal_mcp/docs
+5 -1
View File
@@ -164,7 +164,11 @@ extra_css = ["stylesheets/mermaid-override.css"]
# The path provided should be relative to the "docs_dir". # The path provided should be relative to the "docs_dir".
# #
# Read more: https://zensical.org/docs/customization/#additional-javascript # Read more: https://zensical.org/docs/customization/#additional-javascript
extra_javascript = ["javascripts/mermaid-override.js", "javascripts/mathjax.js"] extra_javascript = [
"javascripts/mermaid-override.js",
"javascripts/mathjax.js",
"https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js",
]
# ---------------------------------------------------------------------------- # ----------------------------------------------------------------------------
# Section for configuring theme options # Section for configuring theme options