Skip to content

Commit

Permalink
Refactor docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuri Shkuro authored and ideepika committed Oct 22, 2017
1 parent 23f2b5b commit 00051d6
Show file tree
Hide file tree
Showing 10 changed files with 48 additions and 22 deletions.
11 changes: 11 additions & 0 deletions docs/about/_about.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
About Jaeger
============

.. toctree::
:maxdepth: 2

features
architecture
history
roadmap

4 changes: 4 additions & 0 deletions docs/about/architecture.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Architecture
============

Coming soon...
13 changes: 2 additions & 11 deletions docs/about.rst → docs/about/features.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
.. about:
About Jaeger
============

Jaeger is Uber's Distributed Tracing System.
Features
========

* Built in the style of Google's Dapper
* Provides `OpenTracing <http://opentracing.io>`_ compatible instrumentation libraries
Expand All @@ -16,8 +12,3 @@ Jaeger is Uber's Distributed Tracing System.
* Backend components are implemented in Go
* Uses Cassandra as the storage layer

Coming soon:

* architecture
* history
* roadmap
4 changes: 4 additions & 0 deletions docs/about/history.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
History
=======

Coming soon...
4 changes: 4 additions & 0 deletions docs/about/roadmap.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Roadmap
=======

Coming soon...
5 changes: 4 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,10 @@
# further. For a list of options available for each theme, see the
# documentation.
#
# html_theme_options = {}
html_theme_options = {
'collapse_navigation': False,
# 'navigation_depth': 4,
}

# Add any paths that contain custom themes here, relative to this directory.
# html_theme_path = []
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
.. getting_started:
Getting Started with Jaeger
===========================

Expand All @@ -10,10 +8,9 @@ Jaeger client libraries are already open source and for now can be used with Zip
You can see a HOW-TO example in the blog post `Tracing HTTP request latency in Go with OpenTracing
<https://medium.com/@YuriShkuro/tracing-http-request-latency-in-go-with-opentracing-7cc1282a100a>`_.

Starting Jaeger Backend in Docker Container
-------------------------------------------
Coming soon...
.. toctree::
:maxdepth: 2

backend_in_docker
tracing_sample_app

Tracing a Sample Application
----------------------------
Coming soon...
6 changes: 6 additions & 0 deletions docs/getting_started/backend_in_docker.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. getting_started:
Running Jaeger in Docker Container
==================================

Coming soon...
6 changes: 6 additions & 0 deletions docs/getting_started/tracing_sample_app.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. getting_started:
Tracing a Sample Application
============================

Coming soon...
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ Welcome to Jaeger's documentation!
.. toctree::
:maxdepth: 2

about
getting_started
about/_about
getting_started/_getting_started

0 comments on commit 00051d6

Please sign in to comment.