8000 [REF] docs: Revamp documentation theme · victorcel/documentation-user@69bc207 · GitHub
[go: up one dir, main page]

Skip to content

Commit 69bc207

Browse files
committed
[REF] docs: Revamp documentation theme
A comprehensive theme’s revamp, details: === New features === - Show titles permalink markers on hover - “Scrollspy” effect for the sidebar === Fixes === - Solve an issue causing the sidebar to flicker on scroll - Hide the sidebar if less then two links === Design === - Improve typography vertical rhythm and line height - Visually increase separation between sections - Review alerts and <dl> design - Reduce cover’s size - Reduce overall paddings/margins.
1 parent 02ec00e commit 69bc207

File tree

11 files changed

+1623
-1309
lines changed

11 files changed

+1623
-1309
lines changed

_extensions/odoo/layout.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
{% set script_files = script_files + [
44
'_static/jquery.min.js',
55
'_static/bootstrap.js',
6+
'_static/vibrant.min.js',
67
'_static/doc.js',
78
'_static/jquery.noconflict.js',
89
] %}
@@ -22,6 +23,8 @@
2223
{%- block htmltitle -%}
2324
<meta http-equiv="X-UA-Compatible" content="IE=edge">
2425
<meta name="viewport" content="width=device-width, initial-scale=1">
26+
<link href="https://fonts.googleapis.com/css?family=Work+Sans:500,600" rel="stylesheet">
27+
<link href="https://fonts.googleapis.com/css?family=Rubik:300,400,500" rel="stylesheet">
2528
{{ super() }}
2629
{%- endblock -%}
2730

0 commit comments

Comments
 (0)
0