Coder Social home page Coder Social logo

alucas / docs.pogodev.org Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pogodevorg/docs.pogodev.org

0.0 2.0 0.0 2.12 MB

Documentation and guide site for the unofficial pgo api's.

Home Page: https://docs.pogodev.org

License: GNU General Public License v3.0

Ruby 9.52% HTML 10.33% CSS 3.68% Shell 0.13% JavaScript 0.40% Protocol Buffer 75.94%

docs.pogodev.org's Introduction

POGODEV

docs.pogodev.org

Build Status Code Climate Issue Count license

Table of Contents

What is it?

docs.pogodev.org is our open source github pages documentation site backed with Jekyll.

Installation

Requirements

  • Linux / macOS
  • Ruby (> 2.0)

Instructions

Set up your project in your code directory

git clone https://github.com/pogodevorg/docs.pogodev.org.git
cd docs.pogodev.org

Install dependencies

./bin/setup

Run the server and watch for changes in your files

./bin/server

Documentation

Helper scripts

Main script

  • gen-all : Generate everything from the .proto files in the proto folder. This should be the only script you have to call manually.
./bin/gen-all

Sub-scripts (If the gen-all script fails, PANIC!)

  • proto2yml : Create a .yml file out of a .proto file
./bin/proto2yml proto/v0.33.0.proto > _data/api_latest.yml
  • ymlapi2md : Create default .md files for enums and messages (templates used are in ./templates)
./bin/ymlapi2md _data/api_latest.yml
  • ymlapi2changelog : Create default changelog .md files between 2 versions of the API (templates used are in ./templates)
./bin/ymlapi2changelog _data/api_0_31_0.yml _data/api_0_33_0.yml

Licensing

GNU GPL v3 or later.

Third Party Licenses

None

Contributing

Currently, you can contribute to this project by:

Core Maintainers

Credits

None

docs.pogodev.org's People

Contributors

grover-c13 avatar hamue avatar keyphact avatar nicoschmitt avatar nullpixel avatar

Watchers

 avatar  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.