These docs are gorgeous <https://column.com/docs/a...
# documentation
t
a
They're building those based off of a spec doc!
t
the API part? do you have an example?
a
https://swagger.io/docs/specification/basic-structure/ You create a doc like this and then you can auto-generate some API docs like this https://petstore.swagger.io/ or portals like the one you linked. The swagger UI one is pretty basic but you can make fully custom ones too
I think they may even be using something like this for that portal you linked: https://readme.com/documentation
e
It's a Gatsby site 🤔
a
Hmm
These look sick
e
Gatsby has one of the best ecosystems in terms of plugins and themes, compared to Vuepress or Nextjs. It's a cool project
a
Yeah I'm looking into api spec plugins for it now. Seems like there are a few options