jaylong255 / node-api-docs

Researching solutions for automating and enforcing api documentation updates.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node API Docs

Researching solutions for automating and enforcing api documentation updates.

A Bit of Light Reading

  • I want to start by testing out the package here
  • I ripped a lot of this example from this repo.
  • Here is the blog article that walks you through it.
  • An important factor in my decision is the fact that postman has good support for openapi spec now.
  • Also, the same can be said about Confluence. Several members of my team and clients in our industry like to consume API docs with Confluence.

More Questions to Answer

  1. Can I enforce annotations with a linter like eslint?
  2. Is there a GitHub Actions workflow example that generates docs and publishes updates? Or is it as simple as any deployment to the respective environment?
  3. How can I scan to make sure annotations exist? Maybe an eslint custom rule.

About

Researching solutions for automating and enforcing api documentation updates.