# Documenter for API documentation

**URL:** https://discourse.julialang.org/t/documenter-for-api-documentation/118132
**Category:** General Usage
**Created:** [August 13, 2024, 11:38am UTC](https://discourse.julialang.org/t/documenter-for-api-documentation/118132 "2024-08-13T11:38:39Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Yannik](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/yannik/32/47957_2.png) [@Yannik](https://discourse.julialang.org/u/Yannik)
#### Post date: [August 13, 2024, 11:38am UTC](https://discourse.julialang.org/t/documenter-for-api-documentation/118132/1 "2024-08-13T11:38:39Z")

</div>

Hello I am looking for a tool to document an extensive API that is implemented in Julia. The package has its own documentation but additionally we would like to create a documentation for the API and the API requests since they are very spesific and quite complex.  
A template i would like to follow is [VBIT.Observation specification](https://observation.devapi.vbit.com/spec/#tag/observation)

Can i implement something alike with `Documenter.jl`? Specifically can I put together a description on the left and a json example on the right?

I looked at the examples but could not find anyhting. Is Documenter the right tool to use here or should i look for a different solutoin? The functionality of documenter looks more like a top to bottom thread/notebook. I do not know how I would achieve a page on the right. I guess i could program HTLM directly in the markdown? But this would not be my ideal solutoin.
