Skip to content

Commit

Permalink
Merge pull request #251 from amadeus4dev/githubaction
Browse files Browse the repository at this point in the history
Minor bugs fixed
  • Loading branch information
minjikarin authored Nov 12, 2024
2 parents bacb8f9 + 0882d6c commit 3c9d7d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ jobs:
python-version: [ 3.8 ]

steps:
- uses: actions/checkout@v3
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ To facilitate a smooth and efficient start, or to spark creativity in using our
| ----------- | ----------- |
| Code examples | [For each SDK and API endpoint](./code-example.md) |
| Interactive code examples | [Flight Search and Hotel Search](./live-examples.md) |
| Prototypes | [Official prototypes](./prototypes.md#amadeus-official-prototypes-or-demo-apps)<br>[Community prototypes](./prototypes.md#prototypes-from-community) |
| Prototypes | [Official prototypes](./prototypes.md#official-prototypes)<br>[Community prototypes](./prototypes.md#prototypes-from-community) |

2 changes: 1 addition & 1 deletion docs/examples/prototypes.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ There are two types of prototypes (demo apps) available.

| Use Cases | Amadeus APIs used | Technology | Details |
|-------------------------------------------------------|-------------------------------------------------------------------------------------------------------------|--------------------------|---------------------------------------------------------------------------------|
| Flight booking engine | Flight Offers Search, Flight Offers Price, Flight Create Order, Airport & City Search | Python, Django | [See details](##amadeus-flight-booking-django) |
| Flight booking engine | Flight Offers Search, Flight Offers Price, Flight Create Order, Airport & City Search | Python, Django | [See details](#amadeus-flight-booking-django) |
| Hotel Booking engine | Hotel List, Hotel Search, Hotel Booking | Python, Django | [See details](#amadeus-hotel-booking-django) |
| Flight Search with Price Analysis & Trip purpose | Flight Offers Search, Flight Price Analysis, Trip Purpose Prediction | Python, Django | [See details](#amadeus-flight-price-analysis-django) |
| Map with Hotels, Point of interests | Hotel List, Points of Interest, Tours and Activities | Python, Django, HERE Maps | [See details](#amadeus-hotel-area-safety-pois-django) |
Expand Down

0 comments on commit 3c9d7d7

Please sign in to comment.