Files
PhpSpreadsheet/mkdocs.mkdocs.yml
T
oleibman 2319124ff6 WIP Docs Experiment with Properdocs and Copy Clipboard
Experiment with Properdocs as a substitute for the troubled Mkdocs package. Alternate approach to PR #4971.

Also add javascript for copy-to-clipboard functionality for readthedocs and mkdocs themes. A little less aesthetic than material themes, but it should work.

Still unable to add dark mode to readthedocs theme.
2026-08-23 20:33:34 -07:00

19 lines
543 B
YAML

site_name: PhpSpreadsheet Documentation
#site_url: https://github.com/PHPOffice/phpspreadsheet
repo_url: https://github.com/PHPOffice/phpspreadsheet
#repo_name: PhpSpreadsheet
#edit_uri: edit/master/docs/
theme:
name: mkdocs
color_mode: auto # Options: light, dark, or auto
user_color_mode_toggle: true # Adds a button for users to switch manually
extra_css:
- extra/extra.css
- extra/copyclipboard.css
extra_javascript:
- extra/extrajs.js
- extra/copyclipboard.js
markdown_extensions:
- md_in_html