Giter VIP home page Giter VIP logo

apis-docs's Introduction

APIs.is - Documentation

This repository holds documentation for the APIs.is project.

Since you're here (and still reading), you probably already know what this is all about, and ready to get down to business, but in order to simplify all our lives check out these few pointers.

Build Status

Getting started

First of all, this is running on a pretty simple node server using jade for templating and less for styles. To get it up and running, simply clone this repo to your local directory, install packages and start the app.

$ git clone git://github.com/kristjanmik/apis-docs.git
$ npm install
$ npm start

If you prefer to start it up without supervisor, simply use the good old

$ node app.js

What files to edit

Assuming you're planning to either update current documentation or adding documentation for a new endpoint, you'll need to know that each endpoint has an individual jade file within ./app/views/apis/ which is included into ./app/views/home.jade.

Adding a new Endpoint

Step by step

  1. View current endpoint docs for structure and layout.
  2. Create a new *.jade file within ./app/views/apis/, preferrably using the same name as the endpoint in question.
  3. Include your new file into ./app/views/home.jade

apis-docs's People

Contributors

benediktvaldez avatar kristjanmik avatar bjornlogi avatar

Watchers

James Cloos avatar Valur Hrafn Einarsson 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.