diff options
Diffstat (limited to 'docs/source/_templates/indexcontent.html')
-rw-r--r-- | docs/source/_templates/indexcontent.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/_templates/indexcontent.html b/docs/source/_templates/indexcontent.html index b4410c3..d1bb65b 100644 --- a/docs/source/_templates/indexcontent.html +++ b/docs/source/_templates/indexcontent.html @@ -35,7 +35,7 @@ changes that are new in {{ release }}.</p> <table class="contents-table"> <tr> - <td><p><strong>Getting Started</strong></p> + <td><p>Getting Started</p> <ul> <li><a href="{{ pathto("unix-toolchain") }}">Command-Line Toolchain</a></li> @@ -43,7 +43,7 @@ changes that are new in {{ release }}.</p> </td> </tr> <tr> - <td><p><strong>Programming</strong></p> + <td><p>Programming</p> <ul> <li><a href="{{ pathto("language") }}">Language Reference</a> {{ content_sep }}</li> @@ -63,7 +63,7 @@ changes that are new in {{ release }}.</p> Compatibility</a></li> </ul> </td> - <td><p><strong>Hardware and Peripherals</strong></p> + <td><p>Hardware and Peripherals</p> <ul> <li><a href="{{ pathto("stm32") }}">STM32</a> {{ content_sep }}</li> |