Update link to dashboard customization

backport: newton mitaka

Change-Id: Ia2913e2e94bc1965ebccd0660760119f4e5531a0
Closes-Bug: #1657047
This commit is contained in:
KATO Tomoyuki 2017-01-17 22:13:58 +09:00
parent a3975e0fd4
commit 97f3c3c1c3
7 changed files with 6 additions and 14 deletions

View File

@ -89,8 +89,7 @@ html_context = {"gitsha": gitsha, "bug_tag": bug_tag,
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['common/cli*', 'common/nova*', 'common/get-started-*',
'common/dashboard-customizing.rst', 'arch-guide-draft-mitaka']
exclude_patterns = ['common/cli*', 'common/nova*', 'common/get-started-*']
# The reST default role (used for this markup: `text`) to use for all
# documents.

View File

@ -89,8 +89,7 @@ html_context = {"gitsha": gitsha, "bug_tag": bug_tag,
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['common/cli*', 'common/nova*', 'common/get-started-*',
'common/dashboard-customizing.rst']
exclude_patterns = ['common/cli*', 'common/nova*', 'common/get-started-*']
# The reST default role (used for this markup: `text`) to use for all
# documents.

View File

@ -103,7 +103,6 @@ exclude_patterns = ['common/cli*', 'common/nova*',
'common/get-started-orchestration.rst',
'common/get-started-shared-file-systems.rst',
'common/get-started-telemetry.rst',
'common/dashboard-customizing.rst',
'shared/note_configuration_vary_by_distribution.rst']
# The reST default role (used for this markup: `text`) to use for all

View File

@ -103,7 +103,6 @@ exclude_patterns = ['common/cli*', 'common/nova*',
'common/get-started-orchestration.rst',
'common/get-started-shared-file-systems.rst',
'common/get-started-telemetry.rst',
'common/dashboard-customizing.rst',
'shared/note_configuration_vary_by_distribution.rst']
# The reST default role (used for this markup: `text`) to use for all

View File

@ -14,8 +14,8 @@ complete the following tasks:
IP address to a domain name, and give users access.
* Customize your dashboard. See section
`Customize the dashboard
<http://docs.openstack.org/admin-guide/common/dashboard-customizing.html>`__.
`Customize and configure the Dashboard
<http://docs.openstack.org/admin-guide/dashboard-customize-configure.html>`__.
* Set up session storage. See
`Set up session storage for the dashboard

View File

@ -89,8 +89,7 @@ html_context = {"gitsha": gitsha, "bug_tag": bug_tag,
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['common/cli*', 'common/nova*', 'common/get-started-*',
'common/dashboard-customizing.rst']
exclude_patterns = ['common/cli*', 'common/nova*', 'common/get-started-*']
# The reST default role (used for this markup: `text`) to use for all
# documents.

View File

@ -91,10 +91,7 @@ html_context = {"gitsha": gitsha, "bug_tag": bug_tag,
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['common/nova*',
'common/get-started-*',
'common/dashboard-customizing.rst'
]
exclude_patterns = ['common/nova*', 'common/get-started-*']
# The reST default role (used for this markup: `text`) to use for all
# documents.