This repository contains the source code for the presentation When AI goes off script - Tales from the docs pipelines by Marco Spinello.
The presentation explores the use of AI in documentation pipelines, highlighting the benefits and drawbacks through real-world examples.
To build and view the presentation, you need to have Node.js and npm installed.
-
Clone the repository:
git clone https://github.com/your-username/talk-ai-api-docs.git cd talk-ai-api-docs -
Install the dependencies:
npm install
-
Serve the presentation:
npm run marp:serve
This starts a local server at
http://localhost:9999where you can view the presentation.The local server watches for changes to the Markdown files and reloads the presentation automatically.
You can build the presentation in HTML, PDF, and PPTX formats:
-
HTML:
npm run marp:html
-
PDF:
npm run marp:pdf
-
PPTX:
npm run marp:pptx
The output files are saved to the output directory.
Marco Spinello
This project is licensed under the terms of the LICENSE file.