Skip to content

Commit c5b6cba

Browse files
authored
Merge pull request #1988 from kpodemski/fix-api-block
Fix API block and minor changes in the requirements
2 parents 75606a5 + 92bc0a0 commit c5b6cba

6 files changed

Lines changed: 8 additions & 2 deletions

File tree

admin-api/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ chapter: true
55
pre: "<b>7. </b>"
66
weight: 7
77
showOnHomepage: true
8+
icon: 'images/icons/adminapi.svg'
89
---
910

1011
### Chapter 7

admin-api/context.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Context of the Admin API
33
menuTitle: Context
44
weight: 1
5+
showOnHomepage: true
56
---
67

78
# Context of the Admin API

admin-api/how-to-use.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: How to use the Admin API
33
menuTitle: How to use
4+
showOnHomepage: true
5+
weight: 100
46
---
57

68
# How to use the Admin API

admin-api/oauth.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: OAuth2 authentication / authorization
33
menuTitle: OAuth2
44
weight: 2
55
useMermaid: true
6+
showOnHomepage: true
67
---
78

89
# Oauth2

admin-api/swagger-doc/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ title: Swagger Documentation
33
menuTitle: Swagger Documentation
44
layout: swagger
55
openApiUrl: ./openapi.json
6+
showOnHomepage: true
67
---

basics/installation/system-requirements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ PrestaShop needs the following server configuration in order to run:
1414
| **Web server** | Apache Web Server 2.4 or any later version. (Although compatible, Apache Web Server 2.2 is not recommended since it [reached its EOL in 2018](https://httpd.apache.org/)).
1515
| **PHP** | **We recommend PHP 8.3**. See the compatibility chart below for more details.
1616
| **SQL** | MySQL 5.7 minimum or MariaDB 10.2 minimum, **a recent version is recommended**.
17-
| **Server RAM** | **The more the merrier**. We recommend setting the memory allocation per script (`memory_limit`) to a minimum of `256M`.
17+
| **Server RAM** | **The more the merrier**. We recommend setting the memory allocation per script (`memory_limit`) to a minimum of `512M`.
1818

1919
PrestaShop works best in Unix-based systems such as Linux and macOS, and while Windows might work, it is not actively supported.
2020

@@ -62,11 +62,11 @@ You'll get a web page detailing requirements and recommendations, and how your s
6262
<td class="support-no"><span class="sr-only">No</span></td>
6363
<td class="support-yes"><span class="sr-only">Yes</span></td>
6464
<td class="support-yes"><span class="sr-only">Yes</span></td>
65+
<td class="support-yes"><span class="sr-only">Yes</span></td>
6566
<td class="support-yes">
6667
<i class="fa fa-check" aria-hidden="true" title="Recommended version"></i>
6768
<span class="sr-only">Recommended version</span>
6869
</td>
69-
<td class="support-yes"><span class="sr-only">Yes</span></td>
7070
<td class="support-no"><span class="sr-only">No</span></td>
7171
</tr>
7272
</tbody>

0 commit comments

Comments
 (0)