Skip to content

Commit d7d267e

Browse files
committed
add logo
1 parent a951705 commit d7d267e

File tree

3 files changed

+17
-8
lines changed

3 files changed

+17
-8
lines changed

mkdocs-site/docs/_static/css/custom.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,11 @@ dt a[id] {
9898
.csl-bib-body {
9999
padding-left: 0;
100100
margin-left: 0;
101-
}
101+
}
102+
103+
104+
.wy-side-nav-search .wy-dropdown > a img.logo,
105+
.wy-side-nav-search > a img.logo {
106+
width: 100px; /* Adjust to desired width */
107+
height: auto; /* Maintains aspect ratio */
108+
}
90.6 KB
Loading

mkdocs-site/mkdocs.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ theme:
1616
- yaml
1717
- bash
1818
- console
19+
logo: _static/cvmfs-logo.png
1920

2021
# Plugins
2122
plugins:
@@ -41,30 +42,31 @@ markdown_extensions:
4142
nav:
4243
- Home: index.md
4344
- Getting Started:
44-
- Release Notes: cpt-releasenotes.md
4545
- Overview: cpt-overview.md
4646
- Quick Start: cpt-quickstart.md
4747
- Configuration: cpt-configure.md
4848
- Squid Proxy: cpt-squid.md
49+
- Release Notes: cpt-releasenotes.md
4950
- Repository Management:
5051
- Repository Creation: cpt-repo.md
5152
- Server Meta-information: cpt-servermeta.md
5253
- Replica Servers: cpt-replica.md
5354
- Repository Gateway: cpt-repository-gateway.md
5455
- Containers: cpt-containers.md
5556
- Advanced Topics:
57+
- HPC: cpt-hpc.md
58+
- Shrinkwrap: cpt-shrinkwrap.md
5659
- Plugins: cpt-plugins.md
5760
- Telemetry: cpt-telemetry.md
5861
- Tracer: cpt-tracer.md
59-
- Enter: cpt-enter.md
60-
- HPC: cpt-hpc.md
6162
- Graph Driver: cpt-graphdriver.md
6263
- DUCC: cpt-ducc.md
64+
- Details: cpt-details.md
65+
- Experimental:
66+
- Enter: cpt-enter.md
67+
- Notification System: cpt-notification-system.md
6368
- XCache: cpt-xcache.md
6469
- Large Scale: cpt-large-scale.md
65-
- Shrinkwrap: cpt-shrinkwrap.md
66-
- Notification System: cpt-notification-system.md
67-
- Details: cpt-details.md
6870
- Appendix:
6971
- Security: apx-security.md
7072
- Parameters: apx-parameters.md
@@ -86,4 +88,4 @@ extra_css:
8688
- _static/css/custom.css
8789

8890
# Copyright
89-
copyright: Copyright © 2022 CernVM Team
91+
copyright: Copyright © 2025 CernVM Team

0 commit comments

Comments
 (0)