-
Notifications
You must be signed in to change notification settings - Fork 26
/
mkdocs.yml
153 lines (145 loc) · 4.88 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
#Project info
site_name: Amadeus for Developers
site_url: https://developers.amadeus.com/self-service/apis-docs/guides/developer-guides/
use_directory_urls: true
site_description: Amadeus for Developers Self-Service APIs Documentation
site_author: Amadeus for Developers
#Repository
repo_name: amadeus4dev/developer-guides
repo_url: https://github.com/amadeus4dev/developer-guides
#Copyright
copyright: Copyright © Amadeus IT Group S.A.
#Configuration
theme:
name: material
custom_dir: overrides
features:
- navigation.instant
- navigation.tracking
- navigation.indexes
- navigation.footer
- navigation.top
- toc.follow
- search.suggest
- search.highlight
- search.share
- announce.dismiss
- content.code.copy
palette:
- scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
font:
text: AmadeusNeue
code: Source Sans Pro
favicon: assets/favicon.png
logo: assets/logo2.png
markdown_extensions:
- admonition
- attr_list
- pymdownx.details
- pymdownx.superfences
- pymdownx.snippets:
url_download: true
- pymdownx.highlight:
anchor_linenums: true
linenums: true
- pymdownx.tabbed:
alternate_style: true
plugins:
- search
- git-revision-date-localized
- mkdocs-video
#Customization
extra:
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
analytics:
provider: google
property: G-4JL03MWFHC
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: -1
note: >-
Thanks for your feedback! Help us improve this page by
using our <a href="https://forms.office.com/e/q71CrJKTk6" target="_blank" rel="noopener">feedback form</a>.
social:
- icon: fontawesome/brands/github
link: https://github.com/amadeus4dev
- icon: fontawesome/brands/stack-overflow
link: https://stackoverflow.com/questions/tagged/amadeus
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/@amadeusfordevelopers8592
- icon: fontawesome/brands/discord
link: https://discord.com/invite/cVrFBqx
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/amadeus4dev
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/showcase/amadeus-for-developers
#Additional CSS
extra_css:
- stylesheets/extra.css
#Page tree
nav:
- Home: index.md
- Quick start: quick-start.md
- Pricing: pricing.md
- Free test data collection: test-data.md
- API keys:
- API-Keys/index.md
- Authorization: API-Keys/authorization.md
- Production: API-Keys/moving-to-production.md
- Rate limits: api-rate-limits.md
- Pagination: pagination.md
- Common errors: common-errors.md
- API Tutorials:
- resources/index.md
- Flights: resources/flights.md
- Destination experiences: resources/destination-experiences.md
- Cars and Transfers: resources/cars-transfers.md
- Market insights: resources/market-insight.md
- Hotels: resources/hotels.md
- Itinerary management: resources/itinerary-managment.md
- Developer tools:
- developer-tools/index.md
- Node: developer-tools/node.md
- Python: developer-tools/python.md
- Java: developer-tools/java.md
- PHP: developer-tools/php.md
- OpenAPI Generator: developer-tools/openapi-generator.md
- Postman collection: developer-tools/postman.md
- Mock Server: developer-tools/mock-server.md
- GraphQL:
- developer-tools/graphql/index.md
- GraphQL wrapper for REST (Node): developer-tools/graphql/rest-to-graphql-node.md
- GraphQL wrapper for REST (Python): developer-tools/graphql/rest-to-graphql-python.md
- OpenAPI to GraphQL converter: developer-tools/graphql/rest-to-graphql-export.md
- Examples and prototypes:
- examples/index.md
- Code examples: examples/code-example.md
- Interactive examples: examples/live-examples.md
- Prototypes: examples/prototypes.md
- FAQ: faq.md
- Glossary: glossary.md
- Migration guides:
- migration-guides/index.md
- Hotel search: migration-guides/hotel-search.md
- Hotel booking: migration-guides/hotel-booking.md