Skip to content

Commit 9ab06c5

Browse files
authored
Merge branch '4.0' into fix-laravel-docs
2 parents f4a0c4f + eb9bb47 commit 9ab06c5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+6282
-3929
lines changed

.github/workflows/cd.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99

1010
permissions:
1111
contents: read
12-
id-token: read
1312
actions: read
1413
checks: write
1514
deployments: write

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ Before submitting your issue:
1717
1818
## Code of Conduct
1919

20-
By contributing to this project, you agree to abide by our [Code of Conduct](https://github.com/api-platform/docs#contributor-code-of-conduct). We expect all contributors to foster a welcoming and inclusive environment.
20+
By contributing to this project, you agree to abide by our [Code of Conduct](https://github.com/api-platform/docs#coc-ov-file). We expect all contributors to foster a welcoming and inclusive environment.
2121

2222
## How to Contribute
2323

2424
1. Fork this repository by clicking the "Fork" button at the top right of the `api-platform/docs` repository page.
2525

2626
2. Clone the forked repository to your local machine:
27-
```bash
27+
```console
2828
git clone https://github.com/your-username/repository-name.git
2929
```
3030
3. Create a new branch for your contribution:
31-
```bash
31+
```console
3232
git switch -c docs-your-branch-name
3333
```
3434
4. Commit and push your changes

LICENSE

Lines changed: 397 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<h1 align="center"><a href="https://api-platform.com"><img src="https://api-platform.com/images/logos/Logo_Circle%20webby%20text%20blue.png" alt="API Platform" width="250" height="250"></a></h1>
2+
3+
# API Platform Documentation
4+
5+
[![Lint](https://github.com/api-platform/docs/actions/workflows/ci.yml/badge.svg)](https://github.com/api-platform/docs/actions/workflows/ci.yml)
6+
7+
Welcome to the official documentation for [API Platform](https://api-platform.com), a powerful framework for building APIs and web applications.
8+
9+
This repository contains all the API Platform documentation resources.
10+
11+
## Contributing
12+
13+
Please check our [CONTRIBUTING file](/CONTRIBUTING.md) to contribute.
14+

admin/file-upload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Handling File Upload
22

3-
If you need to handle the file upload in the server part, please follow [the related documentation](../core/file-upload.md).
3+
If you need to handle the file upload in the server part, please follow [the related documentation](../symfony/file-upload.md).
44

55
This documentation assumes you have a `/media_objects` endpoint accepting `multipart/form-data`-encoded data.
66

admin/getting-started.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ nelmio_cors:
5858
Clear the cache to apply this change:
5959
6060
```console
61-
docker compose exec php \
62-
bin/console cache:clear --env=prod
61+
bin/console cache:clear --env=prod
6362
```
6463

6564
Your new administration interface is ready! Type `npm start` to try it!

core/angularjs-integration.md

Lines changed: 0 additions & 98 deletions
This file was deleted.

0 commit comments

Comments
 (0)