---
vanitydoc is a go command to generate static HTML and gemtext files
based on the embedded go documentation of a module.
IMPLEMENTATIONS.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/IMPLEMENTATIONS.md b/IMPLEMENTATIONS.md
index 3a997c2..224b1ec 100644
--- a/IMPLEMENTATIONS.md+++ b/IMPLEMENTATIONS.md
@@ -31,6 +31,10 @@ that consumes it.
### Executables and Hosted Services that produce Meta Tags
+* **vanitydoc**+ Maintainer: `Olivier Charvin <git@olivier.pfad.fr>`+ URI: <https://code.pfad.fr/vanitydoc>+## Consumers
### Executables and Hosted Services that are enhanced by Meta Tags
--
2.38.1
Here is an example of interacting implementation: https://godocs.io/code.pfad.fr/risefront
- the tags present on https://code.pfad.fr/risefront where generated with vanitydoc
- the tags were parsed by godocs.io (which correctly generated link to codeberg.org on symbols)
Interoperability seems to be working great!