GithubHelp home page GithubHelp logo

ivanovcosmin / openapi-autodoc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gitbookio/openapi-autodoc

0.0 0.0 0.0 365 KB

Generate a GitBook Space from an OpenAPI spec

JavaScript 98.56% TypeScript 1.18% CSS 0.26%

openapi-autodoc's Introduction

OpenAPI Autodoc

A Website and a CLI that generates documentation formatted for GitBook from an OpenAPI Specification

Usage

Make sure you have a recent version of Node.js installed.

CLI

In your CLI run

$ npx @gitbook/openapi-autodoc -f ./path/to/my/openapi.yaml

The CLI will generate documentation in your current working directory.

Use the Git Sync feature of GitBook to push your generated docs to your GitBook Space.

In a continuous integration environment

You can set up @gitbook/openapi-autodoc in your continuous integration environment to automatically generate documentation from an OpenAPI specification in your repository, or one generated earlier in the build process.

This is intended to be used with GitBook Git Sync to keep your documentation up to date - so make sure to set up a Git Sync space first.

Each CI environment differs, and we can't provide instructions for each one. Here, we try to provide general instructions that can be applied to whatever CI solution you use.

  1. Make sure your CI can make a commit, and push to your repository. Since the generated documentation must be stored in your repo, your CI will need to push a commit containing the generated documentation.
  2. Install Node in your CI environment, if it's not already available.
  3. If necessary, generate your openapi spec.
  4. Run npx @gitbook/openapi-autodoc -f ./path/to/my/openapi.yaml in the root directory of your repository.
  5. If your generated documentation files have changed, commit them and push them to the repository. Files to look for are .gitbook.yaml and the docs folder.

Your CI will likely be triggered by this commit.

Warning: If your OpenAPI spec is generated in a different way each time, this will trigger an infinite CI loop. Make sure your OpenAPI spec is generated in exactly the same way each time - no timestamps, or random examples of parameters.

When the second CI run finishes, GitBook Sync will automatically take the new generated documentation and push it to your GitBook Space.

Website

This repository also contains a website that can be used to generate a ZIP file containing the generated documentation. To run the website, run the following commands:

$ npm install
$ npm start

openapi-autodoc's People

Contributors

hughrawlinson avatar spastorelli avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.