Skip to content

Commit

Permalink
YD-66 Correction of the EN version of the documentation (#174)
Browse files Browse the repository at this point in the history
Co-authored-by: Ruben Lech <[email protected]>
  • Loading branch information
RubenLech and Ruben Lech authored Jul 10, 2024
1 parent 4114fb7 commit 68547d5
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default {
projectName: 'YetiForceCRM',
i18n: {
defaultLocale: 'pl',
locales: ['pl'],
locales: ['en','pl'],
},
presets: [
[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ import V_13 from '/static/files/changelog/1.3.mdx';
import V_12 from '/static/files/changelog/1.2.mdx';
import V_11 from '/static/files/changelog/1.1.mdx';

## [YetiForce 7.0.1](#changelog_to_701)
## [YetiForce 7.0.1](#yetiforce-701)

<details>
<summary>Changelog 7.0 > 7.0.1</summary>
<V_701 />
</details>

## [YetiForce 7.0.0](#changelog_to_70)
## [YetiForce 7.0.0](#yetiforce-700)

<details>
<summary>Changelog 6.5 > 7.0</summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ If your issues persist you can contact us by sending an email and providing **al
- system version
- full logs according to the [Debugging](/developer-guides/debug) article
- attach [server configuration report](/administrator-guides/logs/server-configuration/#download-configuration)
- screenshot of [system registration](/administrator-guides/company/company-details/#offline)
- screenshot of products purchased from Marketplace
- screenshot of [installed updates](/administrator-guides/logs/updates/#activities-during-the-update)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ Make sure your system has installed all required dependencies. [Puppeteer](https

The list of required packages may vary depending on the distribution and version. https://source.chromium.org/chromium/chromium/src/+/main:chrome/installer/linux/debian/dist_package_versions.json

<details><summary>Debian (e.g.
<details>
<summary>Debian (np. Ubuntu)</summary>

```
ca-certificates
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Sometimes changes are made on the server after registration, which changes the [

For this reason, the system cannot retrieve up-to-date information, because the ID is different from the one that was provided during registration and the new ID does not exist in the database.

In this case, re-registration is required; please go the [`System settings → Company → Company`](/administrator-guides/company/company-details/#jak-zarejestrować-yetiforce)
In this case, re-registration is required; please go the [`System settings → Company → Company`](/administrator-guides/company/company-details/#how-to-register-yetiforce)

## Check your firewall

Expand All @@ -68,6 +68,6 @@ If you have a problem with registration and this article did not help you solve

- [APP ID](/administrator-guides/app-id/)
- [CRM logs](/developer-guides/debug)
- [PHP logs](/developer-guides/debug#logi-php)
- [PHP logs](/developer-guides/debug#php-logs)
- web server logs
- FPM login (optional)
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Read the information at the top of the page and fill in all mandatory fields (ma

Providing fake information will result in the registration being rejected.

For a detailed description of the fields, see the [Form fields](administrator-guides/company/company-details/#form-fields) section below.
For a detailed description of the fields, see the [Form fields](/administrator-guides/company/company-details/#form-fields) section below.

![OnLine-2.jpg](OnLine-2.jpg)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ rm public_html/.user.ini

## 14. Install YetiForce

A complete description of the YetiForce installation can be found in the article: [Installation manual](introduction/installation-manual/)
A complete description of the YetiForce installation can be found in the article: [Installation manual](/introduction/installation-manual/)

## 15. Final remarks

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Read the information at the top of the page and fill in all mandatory fields (ma

Providing fake information will result in the registration being rejected.

For a detailed description of the fields, see the [Form fields](administrator-guides/company/company-details/#form-fields) section below.
For a detailed description of the fields, see the [Form fields](/administrator-guides/company/company-details/#form-fields) section below.

![OnLine-2.jpg](OnLine-2.jpg)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ rm public_html/.user.ini

## 14. Install YetiForce

A complete description of the YetiForce installation can be found in the article: [Installation manual](introduction/installation-manual/)
A complete description of the YetiForce installation can be found in the article: [Installation manual](/introduction/installation-manual/)

## 15. Final remarks

Expand Down

0 comments on commit 68547d5

Please sign in to comment.