-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
.jumbo-toc table { | ||
border: 2px solid #334155; | ||
} | ||
|
||
.jumbo-toc table td { | ||
border: 2px solid #334155; | ||
vertical-align: top; | ||
} | ||
|
||
.jumbo-toc table td > p > a:first-child { | ||
font-size: 1.2em; | ||
font-weight: bold; | ||
} | ||
|
||
.jumbo-toc table ul { | ||
margin: 0; | ||
padding: 0; | ||
list-style-type: none; | ||
font-size: 0.9em; | ||
display: flex; | ||
flex-direction: row; | ||
flex-wrap: wrap; | ||
justify-content: space-between; | ||
} | ||
|
||
.jumbo-toc table ul li { | ||
flex-grow: 1; | ||
flex-basis: auto; | ||
text-align: center; | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Applications | ||
============ | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
dashboard/index | ||
proxy/index | ||
sqlalchemy_storage/index |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Contributor's Guide | ||
=================== | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
introduction | ||
extending | ||
applications/index | ||
storage/index | ||
../apps/dashboard/development/index | ||
|
||
Releases, Changes and Roadmap | ||
::::::::::::::::::::::::::::: | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
changelogs/index | ||
roadmap | ||
ideas |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Introduction | ||
============ | ||
|
||
The Contributor's Guide is there both to help you contribute to harp, but also to help you extend harp with your own | ||
features. As most of the core features are implemented using applications (harp's extensions), this is a very good | ||
starting point to write your own, even if you do not plan to publish them. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Customize | ||
========= | ||
|
||
Most features can be customized using configuration options. | ||
|
||
In this section, we'll go through the programmatic configuration options. | ||
|
||
.. note:: | ||
|
||
You can read about the declarative configuration options in the | ||
:doc:`Operator's Guide Configure </operate/configure/index>` section. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Extend | ||
====== | ||
|
||
Extending harp is as simple as writing an harp application (which is a standard python package with some additional | ||
instrumentation) and loading it within your configuration. | ||
|
||
To wrtie your own applications, please refer to the | ||
:doc:`Contributor's Guide Applications section </contribute/applications/index>`. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Developer's Guide | ||
================= | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
run | ||
customize | ||
extend |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Run | ||
=== | ||
|
||
.. note:: | ||
|
||
This document describes the options to run the application on your local machine. Although the topic is similar, if | ||
you're looking for a guide on how to deploy the application to a server, please refer to the | ||
:doc:`runtime section of the operator's guide <../operator/runtime>`. |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.