mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-14 20:16:34 +00:00
2319124ff6
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.
19 lines
543 B
YAML
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
|