Skip to content

Commit 69c5bce

Browse files
authored
Maintenance: Make sidebar headers different across documentation repos.
1 parent e3dd184 commit 69c5bce

File tree

6 files changed

+13
-8
lines changed

6 files changed

+13
-8
lines changed

_static/theme/theme_overrides.css

+5
Original file line numberDiff line numberDiff line change
@@ -124,3 +124,8 @@ article ul li ul {
124124
.wy-menu-vertical li.current a {
125125
color: #404040;
126126
}
127+
128+
.wy-side-nav-search > a img.logo {
129+
width: 70px;
130+
height: 61px;
131+
}

conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
import sphinx_rtd_theme
66

7-
html_logo = "images/zammad_logo_70x61.png"
7+
html_logo = "images/zammad_logo_70x61@2x.png"
88
html_favicon = "images/favicon.ico"
9-
project = u'Zammad'
9+
project = u'Zammad Admin Documentation'
1010
copyright = u'2012 - %s, Zammad Foundation' % time.strftime("%Y")
1111
author = u'Zammad'
1212

images/zammad_logo_70x61.png

-3.65 KB
Binary file not shown.

images/[email protected]

3.97 KB
Loading

index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Zammad - Documentation for administrators
2-
=========================================
1+
Zammad Admin Documentation
2+
==========================
33

44
.. hint::
55
You are currently reading the Zammad administration documentation. There are

locale/admin-docs.pot

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# SOME DESCRIPTIVE TITLE.
22
# Copyright (C) 2012 - 2023, Zammad Foundation
3-
# This file is distributed under the same license as the Zammad package.
3+
# This file is distributed under the same license as the Zammad Admin Documentation package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: Zammad pre-release\n"
9+
"Project-Id-Version: Zammad Admin Documentation pre-release\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2023-09-25 11:42+0200\n"
11+
"POT-Creation-Date: 2023-09-25 14:43+0100\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -4687,7 +4687,7 @@ msgid "Misc"
46874687
msgstr ""
46884688

46894689
#: ../index.rst:2
4690-
msgid "Zammad - Documentation for administrators"
4690+
msgid "Zammad Admin Documentation"
46914691
msgstr ""
46924692

46934693
#: ../index.rst:5

0 commit comments

Comments
 (0)