1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-04 19:22:28 +03:00

📝 add mkdocs

This commit is contained in:
Niels Lohmann
2020-05-24 13:03:04 +02:00
parent c92a696852
commit a8f0cd15df
36 changed files with 2656 additions and 261 deletions

7
doc/mkdocs/docs/hooks.py Normal file
View File

@ -0,0 +1,7 @@
import shutil
import os.path
def copy_doxygen(*args, **kwargs):
shutil.copytree('../html', os.path.join(kwargs['config']['site_dir'], 'doxygen'))
print('Copy Doxygen complete')