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
- Host: GitHub
- URL: https://github.com/diracgrid/mkdocs-diracx-plugin
- Owner: DIRACGrid
- Created: 2025-05-06T14:24:29.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-05-08T16:02:06.000Z (9 months ago)
- Last Synced: 2025-05-15T02:41:26.868Z (9 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```