doc: Use "warning" directive instead of "important"
"important" is a valid directive and used in openstack manuals. However, the theme provided by oslosphinx does not highlight "important" directive. To highlight the section, let's use "warning" directive instead. Change-Id: If9ab26e6236f51b2655b5815509ff65b0a09ccfe Note: a fix for oslosphinx will be proposed.
This commit is contained in:
parent
ecde465e6b
commit
1d0b5dea91
@ -191,7 +191,7 @@ essentially a wrapper around the gettext function.
|
||||
var translated = gettext(‘Images’);
|
||||
}
|
||||
|
||||
.. Important ::
|
||||
.. warning ::
|
||||
|
||||
For localization in AngularJS files, use the
|
||||
AngularJS service ``horizon.framework.util.i18n.gettext``. Ensure that the
|
||||
|
Loading…
x
Reference in New Issue
Block a user