diff --git a/doc/source/admin/index.rst b/doc/source/admin/index.rst new file mode 100644 index 000000000..c035d5e49 --- /dev/null +++ b/doc/source/admin/index.rst @@ -0,0 +1,14 @@ +Administrator's Guide +===================== + +Installation & Operations +------------------------- + +If you are a system administrator running Zun, this section contains +information that should help you understand how to deploy, operate, and upgrade +the services. + +.. toctree:: + :maxdepth: 1 + + osprofiler diff --git a/doc/source/osprofiler.rst b/doc/source/admin/osprofiler.rst similarity index 100% rename from doc/source/osprofiler.rst rename to doc/source/admin/osprofiler.rst diff --git a/doc/source/index.rst b/doc/source/index.rst index b4bd7a043..83a1f7c77 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -22,7 +22,7 @@ Admin Guide .. toctree:: :maxdepth: 1 - osprofiler + admin/index Contributor Guide -----------------