I'm setting up the API documentation for a project, and wanted to know what the best tool for the job is..
The site is completely static EXCEPT for the API keys, which I'd like to include in the code examples depending on the user (the user gets their own API key if they're logged in).
How can I achieve this, while maintaining a static site (I'm using a static-site generator, middleman).