Skip to content

Commit 0f97700

Browse files
4.22 changes in version (heading) fix (#658)
* 4.22 changes in version (heading) fix * no wrap for github column in changes * changes link fix * version width fix
1 parent 9371517 commit 0f97700

4 files changed

Lines changed: 48 additions & 917 deletions

File tree

source/_global.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2020
.. _CloudStack Installation Guide: https://docs.cloudstack.apache.org/en/latest/installguide/index.html
2121
.. _CloudStack Administrator's Guide: https://docs.cloudstack.apache.org/en/latest/adminguide/index.html
22-
.. _CloudStack Apidocs: https://cloudstack.apache.org/api.html
22+
.. _CloudStack API Documentation: https://cloudstack.apache.org/api.html
2323

2424
.. |documentation_home| replace:: https://docs.cloudstack.apache.org/
2525

source/_static/theme_overrides.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,22 @@
1515
padding-top: 4px;
1616
}
1717

18+
.github-changes-table {
19+
table-layout: auto;
20+
}
21+
22+
.github-changes-table th:nth-child(1),
23+
.github-changes-table td:nth-child(1) {
24+
white-space: nowrap;
25+
width: 1%;
26+
}
27+
28+
.github-changes-table td:nth-child(2),
29+
.github-changes-table th:nth-child(2) {
30+
white-space: nowrap;
31+
word-break: normal;
32+
}
33+
1834
/*
1935
div[class^="highlight"] pre {
2036
font-size:10px

source/releasenotes/api-changes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
API Changes Introduced in 4.22.0.0
1717
==================================
1818

19-
For the complete list of API commands and params consult the `CloudStack Apidocs`_.
19+
For the complete list of API commands and params consult the `CloudStack API Documentation`_.
2020

2121
Parameters Changed API Commands
2222
-------------------------------

0 commit comments

Comments
 (0)