new folder for landing pages
updated index add new image
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 64 KiB |
+51
-7
@@ -1,16 +1,60 @@
|
|||||||
.. toctree::
|
Welcome to Kapow!
|
||||||
:maxdepth: 2
|
=================
|
||||||
:caption: Setup
|
|
||||||
|
|
||||||
setup/install-and-configure
|
.. image:: https://circleci.com/gh/BBVA/kapow/tree/master.svg?style=svg
|
||||||
|
:target: https://circleci.com/gh/BBVA/kapow/tree/master
|
||||||
|
.. image:: https://goreportcard.com/badge/github.com/bbva/kapow
|
||||||
|
:target: https://goreportcard.com/report/github.com/bbva/kapow
|
||||||
|
.. image:: https://img.shields.io/github/issues/BBVA/kapow
|
||||||
|
:target: https://github.com/BBVA/kapow/issues/
|
||||||
|
.. image:: https://img.shields.io/github/v/release/BBVA/kapow?include_prereleases
|
||||||
|
:target: https://github.com/BBVA/kapow/releases
|
||||||
|
|
||||||
|
**If you can script it, you can HTTP it**
|
||||||
|
|
||||||
|
What's Kapow!
|
||||||
|
=============
|
||||||
|
|
||||||
|
Think in this **software** that you need but **only can runs in command line**. Kapow! lets you to **wrap it into an HTTP API without write any line of code**.
|
||||||
|
|
||||||
|
.. image:: _static/kapow-quick-overview.png
|
||||||
|
:width: 80%
|
||||||
|
:align: center
|
||||||
|
|
||||||
|
Want to know more? Check the :doc:`the_project/overview` section for a long explanation of what Kapow! does.
|
||||||
|
|
||||||
|
Authors
|
||||||
|
=======
|
||||||
|
|
||||||
|
**Kapow!** is being developed by `BBVA-Labs Security team members <https://github.com/BBVA/kapow/blob/master/AUTHORS.rst>`_.
|
||||||
|
|
||||||
|
License
|
||||||
|
=======
|
||||||
|
|
||||||
|
**Kapow!** is Open Source Software and available under the `Apache 2 license <https://raw.githubusercontent.com/BBVA/kapow/master/LICENSE>`_.
|
||||||
|
|
||||||
|
|
||||||
|
Contributions
|
||||||
|
=============
|
||||||
|
|
||||||
|
Contributions are of course welcome. See `CONTRIBUTING <https://raw.githubusercontent.com/BBVA/kapow/blob/master/CONTRIBUTING.rst>`_ or skim existing tickets to see where you could help out.
|
||||||
|
|
||||||
|
Table of content
|
||||||
|
================
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
:caption: Examples
|
:caption: The Project
|
||||||
|
|
||||||
|
the_project/overview
|
||||||
|
the_project/quickstart
|
||||||
|
the_project/install-and-configure
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
:caption: Usage examples
|
||||||
|
|
||||||
examples/index
|
examples/index
|
||||||
examples/greet-json
|
|
||||||
examples/upload
|
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@ Installing Kapow!
|
|||||||
|
|
||||||
Kapow! has a reference implementation in Go that is under active development
|
Kapow! has a reference implementation in Go that is under active development
|
||||||
right now. If you want to start using Kapow! you can choose from several
|
right now. If you want to start using Kapow! you can choose from several
|
||||||
options
|
options.
|
||||||
|
|
||||||
|
|
||||||
Download and install a binary
|
Download and install a binary
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
Quick start
|
||||||
|
===========
|
||||||
Reference in New Issue
Block a user