Skip to content

Commit b38eaa3

Browse files
author
Gabriel Monroy
committed
Merge pull request #2453 from gabrtv/customizing-deis
docs(customizing_deis): create new section for customization
2 parents e5ab05c + 6efb5ef commit b38eaa3

15 files changed

Lines changed: 28 additions & 11 deletions

controller/web/static/js/checkURL.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ switch(cleanedPath[cleanedPath.length-2]) {
1919
case 'managing_deis':
2020
$('.toctree-l1 > a:contains("Managing Deis")').attr('state', 'open');
2121
break;
22+
case 'customizing_deis':
23+
$('.toctree-l1 > a:contains("Customizing Deis")').attr('state', 'open');
24+
break;
2225
case 'contributing':
2326
$('.toctree-l1 > a:contains("Contributing")').attr('state', 'open');
2427
break;
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/customizing_deis/index.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
:title: Customizing Deis
2+
:description: Instructions for how to customize your Deis application platform
3+
4+
.. _customizing_deis:
5+
6+
Customizing Deis
7+
================
8+
9+
:Release: |version|
10+
:Date: |today|
11+
12+
.. toctree::
13+
14+
builder_settings
15+
cache_settings
16+
controller_settings
17+
database_settings
18+
logger_settings
19+
registry_settings
20+
router_settings
21+
store_daemon_settings
22+
store_gateway_settings
23+
store_metadata_settings
24+
store_monitor_settings
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)