An open API service indexing awesome lists of open source software.

https://github.com/diracgrid/mkdocs-diracx-plugin

Plugin to build the diracx documentation
https://github.com/diracgrid/mkdocs-diracx-plugin

Last synced: 7 months ago
JSON representation

Plugin to build the diracx documentation

Awesome Lists containing this project

README

          

mkdocs plugin to merge the documentation of all the DiracX ecosystem together

Put the following in the mkdocs.yml of diracx

```yaml
plugins:
- diracx:
repos:
- url: https://github.com/DIRACGrid/diracx-charts.git
branch: mkdoc
include:
- docs
- diracx
- url: https://github.com/DIRACGrid/diracx-web.git
branch: mkdoc
include:
- docs
- whatever source is needed
```