Skip to content

Commit

Permalink
Add docs for Support page
Browse files Browse the repository at this point in the history
  • Loading branch information
govreadydeploy committed Aug 9, 2020
1 parent 31f7319 commit 5ebfd95
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
github_doc_root = 'https://github.com/GovReady/govready-q/tree/master/docs'

# The short X.Y version
version = 'v0.9'
version = 'v0.9.1.35'
# The full version, including alpha/beta/rc tags
release = 'v0.9.1.25'
release = 'v0.9.1.35'


# -- General configuration ---------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions source/production-deployment-topics/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ For configuration settings, refer to :ref:`Configuration with Environment Variab
.. toctree::
:maxdepth: 1

support-page
applying-custom-organization-branding
setting-up-a-database-for-production-workloads
configuring-a-reverse-proxy-webserver-for-production-use
Expand Down
11 changes: 11 additions & 0 deletions source/production-deployment-topics/support-page.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.. Copyright (C) 2020 GovReady PBC
.. _Support Pages:

Support Page
============

GovReady-Q comes with a default Support page at ``/support``.

After installing GovReady-Q, you can configure the Support page content
via GovReady-Q's Django admin interface, .e.g, `http://localhost:8000/admin/siteapp/support/ <http://localhost:8000/admin/siteapp/support/>`__. GovReady-Q will only use the content in the first "Support" record.

0 comments on commit 5ebfd95

Please sign in to comment.