James E. Blair | cdd0007 | 2012-06-08 19:17:28 -0700 | [diff] [blame] | 1 | Zuul - A Project Gating System |
| 2 | ============================== |
| 3 | |
James E. Blair | eff5a9d | 2017-06-20 00:00:37 -0700 | [diff] [blame] | 4 | Zuul is a program that drives continuous integration, delivery, and |
| 5 | deployment systems with a focus on project gating and interrelated |
| 6 | projects. |
James E. Blair | cdd0007 | 2012-06-08 19:17:28 -0700 | [diff] [blame] | 7 | |
James E. Blair | eff5a9d | 2017-06-20 00:00:37 -0700 | [diff] [blame] | 8 | Zuul's documentation is organized in three guides based on audience. |
| 9 | If Zuul is being used to gate or drive automation around your project, |
| 10 | read the :doc:`user/index` to find out how to configure Zuul. If you |
| 11 | are installing or operating a Zuul system, you will also find the |
| 12 | :doc:`admin/index` useful. If you want help make Zuul itself better, |
| 13 | take a look at the :doc:`developer/index`. |
James E. Blair | cdd0007 | 2012-06-08 19:17:28 -0700 | [diff] [blame] | 14 | |
Clint Byrum | f491d06 | 2018-01-04 20:57:29 -0800 | [diff] [blame] | 15 | If you are looking for the Edge routing service named Zuul that is |
| 16 | related to Netflix, it can be found here: |
| 17 | https://github.com/Netflix/zuul |
| 18 | |
| 19 | If you are looking for the Javascript testing tool named Zuul, it |
| 20 | can be found here: |
| 21 | https://github.com/defunctzombie/zuul |
| 22 | |
James E. Blair | cdd0007 | 2012-06-08 19:17:28 -0700 | [diff] [blame] | 23 | Contents: |
| 24 | |
| 25 | .. toctree:: |
| 26 | :maxdepth: 2 |
| 27 | |
James E. Blair | eff5a9d | 2017-06-20 00:00:37 -0700 | [diff] [blame] | 28 | user/index |
| 29 | admin/index |
David Shrewsbury | 95ec620 | 2017-04-05 10:59:47 -0400 | [diff] [blame] | 30 | developer/index |
James E. Blair | cdd0007 | 2012-06-08 19:17:28 -0700 | [diff] [blame] | 31 | |
James E. Blair | ac3c7ae | 2017-07-31 09:01:08 -0700 | [diff] [blame] | 32 | .. toctree:: |
| 33 | :hidden: |
| 34 | |
| 35 | glossary |
| 36 | |
James E. Blair | cdd0007 | 2012-06-08 19:17:28 -0700 | [diff] [blame] | 37 | Indices and tables |
| 38 | ================== |
| 39 | |
| 40 | * :ref:`genindex` |
James E. Blair | cdd0007 | 2012-06-08 19:17:28 -0700 | [diff] [blame] | 41 | * :ref:`search` |
James E. Blair | ac3c7ae | 2017-07-31 09:01:08 -0700 | [diff] [blame] | 42 | * :ref:`glossary` |
James E. Blair | cdd0007 | 2012-06-08 19:17:28 -0700 | [diff] [blame] | 43 | |