Concepts (API sandbox) v2 - terrytaylorbonn/auxdrone GitHub Wiki

25.0225 (0214 reorg) (Gdrive)

Non-stack doc deployments

I classify docs as mainly 2 types:

  • Stack. stack docs (for example, annotations for swagger doc gen) are part of the code. To modify these docs, you must go through the dev processes.

  • Non-stack = all docs that are not part of the MERN code base. This includes web sites, but could also include swagger docs if the actual doc source is a separate JSON file that is not technically part of the codebase.

    image

Non-stack docs include

  • 4.1 Web Sites and docs. Non-AI organization and concepts.
  • 4.2 Postman collections, docs (and from similar tools).
  • 4.3 AI reasoning generated. Scrape from Gdrive docx's. Use RAG.
    • Use LLM reasoning to search public and scrape* private text sources.
    • Text/diagrams written by the tech writer, product owner, marketing manager, etc (wiki, Gdrive, API test, web site text).
  • 4.4 Copilot-style chat bot using LLM/RAG with local or remote model (registered user with key)
  • 4.5 Agent / RAG