fossasia / yaydoc

Docs! Yay! http://yaydoc.org

Home Page:http://yaydoc.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yaydoc

Development Build Status Master Build Status Join the chat at https://gitter.im/fossasia/yaydoc

Yaydoc is an automated documentation generation and deployment project that generates documentation for its registered repositories on each commit and deploys it to Github Pages.

Communication

Deployments

Getting started

Prerequisites

To start using Yaydoc, make sure you have all of the following:

Note: For advanced configurations, include an index.rst file which contains toctrees to link the various documents.

To get started with Yaydoc

  1. Using your Github account, sign in to yaydoc.org and accept the Github access permissions confirmation
  2. Once you’re signed in to Yaydoc, go to your dashboard and register the repository you want to build your documentation from.
  3. Add a .yaydoc.yml file to the root of your repository to define rules and variables for Yaydoc's build process
  4. Add the .yaydoc.yml file to git, commit and push, to trigger the Yaydoc build process.
  5. Check the logs for your repository to see if the documentation generation and deployment process passes or fails.

Installation

  1. Local Installation
  2. Heroku
  3. GCE kubernetes
  4. Hetzner Cloud

Note: Yaydoc only runs builds on the commits you push after you’ve registered your repository in Yaydoc. Ensure that the repository is enabled from the its settings at Yaydoc.

Known limitations

  • If you use embedded html in markdown or reStructuredText, any static content such as images, javascript referred from it should be present in a _static directory placed under source.

Deployment

Deploy

Contributions, Bug Reports, Feature Requests

This is an Open Source project and we would be happy to see contributors who report bugs and file feature requests submitting pull requests as well. Please report issues here https://github.com/fossasia/yaydoc/issues

License

This project is currently licensed under the GNU General Public License v3. A copy of LICENSE.md should be present along with the source code. To obtain the software under a different license, please contact FOSSASIA.

About

Docs! Yay! http://yaydoc.org

http://yaydoc.herokuapp.com

License:GNU General Public License v3.0


Languages

Language:JavaScript 46.7%Language:Python 20.9%Language:Pug 20.8%Language:Shell 8.5%Language:CSS 2.5%Language:Dockerfile 0.6%