1c5f01b2fSopenharmony_ci# Documentation
2c5f01b2fSopenharmony_ci
3c5f01b2fSopenharmony_ci## Generate documentation
4c5f01b2fSopenharmony_ci
5c5f01b2fSopenharmony_ciNote on documentation: The source files contain links to the online documentation at https://json.nlohmann.me. This URL
6c5f01b2fSopenharmony_cicontains the most recent documentation and should also be applicable to previous versions; documentation for deprecated
7c5f01b2fSopenharmony_cifunctions is not removed, but marked deprecated.
8c5f01b2fSopenharmony_ci
9c5f01b2fSopenharmony_ciIf you want to see the documentation for a specific tag or commit hash, you can generate it as follows (here for tag
10c5f01b2fSopenharmony_ci`v3.10.2`):
11c5f01b2fSopenharmony_ci
12c5f01b2fSopenharmony_ci```shell
13c5f01b2fSopenharmony_cigit clone https://github.com/nlohmann/json.git
14c5f01b2fSopenharmony_cicd json
15c5f01b2fSopenharmony_cigit checkout v3.10.2
16c5f01b2fSopenharmony_cimake install_venv serve -C docs/mkdocs
17c5f01b2fSopenharmony_ci```
18c5f01b2fSopenharmony_ci
19c5f01b2fSopenharmony_ciOpen URL <http://127.0.0.1:8000/> in your browser. Replace from any URL from the source code `https://json.nlohmann.me`
20c5f01b2fSopenharmony_ciwith `http://127.0.0.1:8000` to see the documentation for your tag or commit hash.
21