Giter Site home page Giter Site logo

convox.github.io's Introduction

Convox Docs

This repo contains the source files for http://docs.convox.com/.

Documentation is written in Markdown (with options similar to Github's Flavor).

Jekyll is used to generate static HTML files.

Please let us know about any issues, either via issues or by emailing [email protected]

Pull Requests are also welcome!

Usage

Ruby and bundler are required.

$ bundle install
$ jekyll serve
==    Server address: http://127.0.0.1:4000/

Please send updates to documentation as Pull Requests.

Frontmatter

Each page in the documentation has a header, called frontmatter, this controls where it's displayed and it's title.

e.g.

---
title: "Custom Domains"
sort: 40
---

Project Structure

.
├── Gemfile
├── Gemfile.lock
├── README.md
├── _site
│   └── # .gitignored; contains compiled site
├── _config.yml
├── assets # contains all css, javascript and static images.
│   ├── images # static images
│   └── docs # docs images namespaced by page
│       ├── creating-an-iam-user-and-credentials
│       │   └── get_started_iam.png
│       └── deleting-an-iam-user
│           └── delete_user.png
├── _layouts #  contains layouts and partials
├── _getting_started
│   ├── getting-started-with-convox.md
│   ├── deploying-an-application.md
│   ├── environment-variables.md
│   ├── custom-domains.md
├── _documentation
│   ├── concepts.md
│   ├── creating-an-iam-user-and-credentials.md
│   ├── deleting-an-iam-user.md
│   ├── troubleshooting-apps.md
│   ├── troubleshooting-install.md
│   ├── uninstall-convox.md
│   └── updating-convox.md
└── index.md # top level pages

Publishing

Docs are published automatically by Github Pages.

convox.github.io's People

Contributors

aitor avatar mattfeldman avatar mattmanning avatar nzoschke avatar rjocoleman avatar

Watchers

 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.