mirror of
https://github.com/nlohmann/json.git
synced 2025-11-23 19:34:10 +08:00
docs: Fix broken package manager links in the integration tab. (#4934)
Signed-off-by: DmitriBogdanov <dm.bogdanov2000@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Package Managers
|
# Package Managers
|
||||||
|
|
||||||
<center>
|
<p markdown style="text-align: center">
|
||||||
{: style="height:1em"} [**Homebrew**](#homebrew) `nlohmann-json`  
|
{: style="height:1em"} [**Homebrew**](#homebrew) `nlohmann-json`  
|
||||||
{: style="height:1em"} [**Meson**](#meson) `nlohmann_json`  
|
{: style="height:1em"} [**Meson**](#meson) `nlohmann_json`  
|
||||||
{: style="height:1em"} [**Bazel**](#bazel) `nlohmann_json`<br>
|
{: style="height:1em"} [**Bazel**](#bazel) `nlohmann_json`<br>
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
{: style="height:1em"} [**MacPorts**](#macports) `nlohmann-json`<br>
|
{: style="height:1em"} [**MacPorts**](#macports) `nlohmann-json`<br>
|
||||||
{: style="height:1em"} [**CPM.cmake**](#cpmcmake) `gh:nlohmann/json`
|
{: style="height:1em"} [**CPM.cmake**](#cpmcmake) `gh:nlohmann/json`
|
||||||
{: style="height:1em"} [**xmake**](#xmake) `nlohmann_json`
|
{: style="height:1em"} [**xmake**](#xmake) `nlohmann_json`
|
||||||
</center>
|
</p>
|
||||||
|
|
||||||
## Running example
|
## Running example
|
||||||
|
|
||||||
|
|||||||
@@ -322,6 +322,7 @@ markdown_extensions:
|
|||||||
guess_lang: false
|
guess_lang: false
|
||||||
- toc:
|
- toc:
|
||||||
permalink: true
|
permalink: true
|
||||||
|
- md_in_html
|
||||||
- pymdownx.arithmatex
|
- pymdownx.arithmatex
|
||||||
- pymdownx.betterem:
|
- pymdownx.betterem:
|
||||||
smart_enable: all
|
smart_enable: all
|
||||||
|
|||||||
Reference in New Issue
Block a user