Skip to content

Commit 9fc47a8

Browse files
authored
Merge pull request #261 from nicoongit/logo
Logo
2 parents 4036a21 + 15a2260 commit 9fc47a8

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

docs/assets/logo.png

11.7 KB
Loading

docs/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Glossary - Travel API Terminology & Definitions | Amadeus for Developers
2+
title: Glossary - Travel API Terminology & Definitions
33
description: Explore our glossary of tourism and travel industry terms, featuring key concepts for working with Amadeus Self-Service APIs.
44
---
55

docs/stylesheets/extra.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,7 @@
5555
font-style: normal;
5656
}
5757

58+
.md-header__button.md-logo img {
59+
transform: scale(2);
60+
transform-origin: left center;
61+
}

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Project info
2-
site_name: Amadeus for Developers
2+
site_name: ""
33
site_url: https://developers.amadeus.com/self-service/apis-docs/guides/developer-guides/
44
use_directory_urls: true
55
site_description: Amadeus for Developers Self-Service APIs Documentation
@@ -41,7 +41,7 @@ theme:
4141
text: AmadeusNeue
4242
code: Source Sans Pro
4343
favicon: assets/favicon.png
44-
logo: assets/logo2.png
44+
logo: assets/logo.png
4545

4646
markdown_extensions:
4747
- admonition

0 commit comments

Comments
 (0)