Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Restored search in docs, started Community docs, re #4.
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Aug 2, 2013
1 parent 12d4e13 commit f5be86c
Show file tree
Hide file tree
Showing 7 changed files with 76 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/api/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:title: API
:title: api
:description: -- todo: change me
:keywords: deis, documentation, tutorial, contributing, faq
:keywords: deis, documentation, api

.. _api:

Expand Down
22 changes: 22 additions & 0 deletions docs/contributing/community.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
:title: Community
:description: -- todo: change me
:keywords: deis, documentation, community, bdfl, code, conduct, code of conduct

.. _community:

Community
=========


Conduct
=======

The deis community welcomes and encourages participation by everyone.

No matter how you identify yourself or how others perceive you: we welcome
you. We welcome contributions from everyone as long as they interact
constructively with our community.

While much of the work for our project is technical in nature, we value and
encourage contributions from those with expertise in other areas, and welcome
them into our community.
9 changes: 9 additions & 0 deletions docs/contributing/developer.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
:title: Developer Setup
:description: -- todo: change me
:keywords: deis, documentation, contributing, developer, setup

.. _developer:

Developer Setup
===============

40 changes: 39 additions & 1 deletion docs/contributing/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,42 @@
Contributing
============

**Coming soon...**
How Can I Help?
---------------

File Bugs & Enhancements
~~~~~~~~~~~~~~~~~~~~~~~~
Find a bug? Want to see a new feature? Have a request
for the maintainers? Open a GitHub issue and we’ll get the conversation
started.

Write Documentation
~~~~~~~~~~~~~~~~~~~
We are always looking to improve and expand our
documentation. Most docs reside in the main repository under the docs/
directory. Simply fork the project, update docs and send us a pull request.

Enhance Chef Integration
~~~~~~~~~~~~~~~~~~~~~~~~
We want Chef users to feel at home using Deis. Got an
idea for improving our Chef integration? Have some thoughts on making the
deis-cookbook more reusable? Open a GitHub issue and let us know!

Add New Cloud Providers
~~~~~~~~~~~~~~~~~~~~~~~
Want to see Deis extended to a new cloud provider? Go
for it! Adding new providers is easy. Just follow the EC2 example and make
sure you provide test coverage in your pull request.

Improve Deis Core
~~~~~~~~~~~~~~~~~
Deis core is a Django/Celery application with a Python CLI.
We are always looking for help improving the core framework, tooling and test
coverage. Interested in contributing to Deis core? Let’s chat in IRC.

.. toctree::
:maxdepth: 1

developer
community

7 changes: 3 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
:description: An overview of the Deis documentation
:keywords: api, commandline, command-line, contributing, faq, terms, tutorial, deis, docker, heroku

Documentation
=============

.. image:: https://s3-us-west-2.amazonaws.com/deis-images/deis-graphic.png
Welcome
=======

.. image:: _static/img/deis-graphic.png

``deis`` is an open source PaaS that makes it easy to deploy
:ref:`container`\s and :ref:`node`\s used to host applications,
Expand Down
2 changes: 1 addition & 1 deletion docs/theme/deis/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
</div>

<div class="span3 docs-sidebar">

{%- include "searchbox.html" %}
{{ toctree(collapse=False, maxdepth=3) }}
</div>

Expand Down
Binary file added web/static/img/deis-graphic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f5be86c

Please sign in to comment.