Skip to content
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.

robertlove/jekyll-openapi

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Jekyll/OpenAPI

OAS

Note: This project is not finished and is under active development. Contributions welcome!

Jekyll/OpenAPI is an OpenAPI 3 documentation website generator built with Jekyll for use on GitHub Pages.

Jekyll is a static website generator that works seamlessly with GitHub Pages, whilst the OpenAPI Specification (OAS) defines a standard, programming language-agnostic interface description for REST APIs. Put this all together and you get a fast, secure and highly customisable static website with free hosting for your API documentation.

Table of Contents

Installation

Before you begin, ensure you've installed Jekyll. Then:

  1. $ git clone https://github.com/robertlove/jekyll-openapi.git
  2. $ cd jekyll-openapi
  3. $ bundle install
  4. $ bundle exec jekyll serve

If all went well, you'll be able to view your new Jekyll/OpenAPI website locally by going to http://127.0.0.1:4000/jekyll-openapi/ in your browser.

Usage

Update _data/openapi.json with your own API description, refresh your browser, and voilà!

Note: This project is built with Jekyll/Bootstrap. See Jekyll/Bootstrap Usage for more usage information - including instructions on how to change the look and feel of your API documentation.

Contributing

See Contributing.

Credits

See Contributors.

License

See LICENSE.

About

An OpenAPI 3 documentation website generator built with Jekyll for use on GitHub Pages

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published