Skip to content

Commit

Permalink
fix url from /sys/pun to /pun/sys (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonbiggs authored May 31, 2024
1 parent 38b0721 commit 91e1ece
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/customizations/custom-pages.inc
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ These new pages are configured using layouts and widgets, in the same way as
To create a custom page, add a layout under a new ``page_code`` to the ``custom_pages`` property object.
For more information on how to setup dashboard properties, see :ref:`OnDemand configuration files <ondemand-d-ymls>`

Custom pages have their own URL based on their ``page_code``: ``/sys/pun/dashboard/custom/page_code``.
Custom pages have their own URL based on their ``page_code``: ``/pun/sys/dashboard/custom/page_code``.

The example configuration below creates a custom page with the page_code: ``documentation``.
It will render a layout with the ``pinned_apps`` widget under the URL: ``/sys/pun/dashboard/custom/documentation``.
It will render a layout with the ``pinned_apps`` widget under the URL: ``/pun/sys/dashboard/custom/documentation``.

.. code-block:: yaml

Expand Down

0 comments on commit 91e1ece

Please sign in to comment.