497cae2b57
doc8 is a linter for documents and used in openstack-manuals. It is better to enforce document linters for simple checking. The current rules are really simple like: - line length check (80 chars) - new line at the end of file Change-Id: I3810df521068ffc97e25a5fc56b72397bf9783bc
11 lines
406 B
YAML
11 lines
406 B
YAML
---
|
|
prelude: >
|
|
In an effort to standarize our HTML class naming
|
|
conventions, we will be updating various class
|
|
names to use dashes, instead of underscore or
|
|
camelcasing, to match with Bootstrap's convention.
|
|
deprecations:
|
|
- All instances of HTML class 'd3_pie_chart_usage' to 'pie-chart-usage'.
|
|
All instances of HTML class 'd3_pie_chart_distribution' to
|
|
'pie-chart-distribution'.
|