Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maintenance: Make sidebar headers different across documentation repos. #187

Merged
merged 5 commits into from
Sep 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions _static/theme/theme_overrides.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.wy-nav-content {
max-width: 1050px;
}

.wy-side-nav-search {
background-color: #19191a;
}
Expand Down Expand Up @@ -104,3 +108,8 @@ article ul li ul {
.wy-menu-vertical li.current a {
color: #404040;
}

.wy-side-nav-search > a img.logo {
width: 70px;
height: 61px;
}
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
import time
import sphinx_rtd_theme

html_logo = "images/zammad_logo_70x61.png"
html_logo = "images/zammad_logo_70x61@2x.png"
html_favicon = "images/favicon.ico"
project = u'Zammad (for Users)'
project = u'Zammad User Documentation'
copyright = u'%s, The Zammad Foundation' % time.strftime("%Y")
author = u'The Zammad Foundation'

Expand Down
Binary file removed images/zammad_logo_70x61.png
Binary file not shown.
Binary file added images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions locale/user-docs.pot
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, The Zammad Foundation
# This file is distributed under the same license as the Zammad (for Users) package.
# This file is distributed under the same license as the Zammad User Documentation package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Zammad (for Users) pre-release\n"
"Project-Id-Version: Zammad User Documentation pre-release\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-09-25 11:47+0200\n"
"POT-Creation-Date: 2023-09-25 14:23+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down