diff --git a/docs/contents.rst.inc b/docs/contents.rst.inc index 20e45e34e28..af71cdb9fea 100644 --- a/docs/contents.rst.inc +++ b/docs/contents.rst.inc @@ -4,6 +4,11 @@ All you need to know The following pages cover the documentation of Pootle from a wide variety of perspectives, server administrator's, and developer's view. +.. toctree:: + :maxdepth: 2 + + getting-started/index + .. toctree:: :maxdepth: 2 diff --git a/docs/getting-started/index.rst b/docs/getting-started/index.rst new file mode 100644 index 00000000000..866830493b0 --- /dev/null +++ b/docs/getting-started/index.rst @@ -0,0 +1,23 @@ +.. _getting_started: + +Getting started +=============== + +.. _getting_started-docker: + +Setting up the docker environment +--------------------------------- + + +.. _getting_started-demo: + +Running the demo +---------------- + + + +.. _getting_started-dev: + + +Setting up a development environment +------------------------------------