Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
34 changes: 13 additions & 21 deletions source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,43 +13,35 @@ PufferPanel - Open Source Game Server Management
.. toctree::
:maxdepth: 1
:caption: Environments
:glob:

environments/docker
environments/standard
environments/**

.. toctree::
:maxdepth: 1
:caption: Guides
:glob:

guides/nginx
guides/apache
guides/caddy
guides/database
guides/ssl-setup-nginx
guides/email
templates/templates
guides/contributing
guides/import-minecraft-server
guides/themes/installing
guides/themes/creating
guides/create-node
guides/common-problems
guides/getting-help
guides/proxy/*
guides/advanced-setup/*
guides/*
guides/themes/*
templates/**
guides/help/*

.. toctree::
:maxdepth: 1
:caption: About
:glob:

about/about
about/team
about/accessibility
about/**

.. toctree::
:maxdepth: 1
:caption: Game specific guides
:glob:

games/sourceds/autoupdate
games/srcds/dependencies
games/**

.. toctree::
:maxdepth: 1
Expand Down
2 changes: 1 addition & 1 deletion source/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,6 @@ And that's it! Your panel is now available on port 8080 of your server.

Additional resources:

* :doc:`Enabling SSL with Nginx <guides/ssl-setup-nginx>`
* :doc:`Enabling SSL with Nginx <guides/proxy/40.ssl-setup-nginx>`
* :doc:`Running servers without Docker <environments/standard>`
* :doc:`Running servers with Docker <environments/docker>`