Skip to content

Commit fec5f7d

Browse files
authored
feat: support for lists in platform config + bug fixes (#1000)
Relies on tolgee/tolgee-platform#3231 for `generate-platform-config` script to work correctly. **Noteworthy changes:** * I reworked how IDs for linking are generated and fixed links where they didn’t match; we were getting duplicate IDs, which made a lot of things impossible to link to. However, my changes may break existing links from other pages. * Added support for lists. * Fixed random rendering issues with other options, which is why the changes are a bit all over the place.
1 parent bec6505 commit fec5f7d

File tree

10 files changed

+1310
-1049
lines changed

10 files changed

+1310
-1049
lines changed

blog/2022-01-06-tolgee-support-only-postgresql-since-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Since version 2 of the Tolgee Platform, Postgres is embedded in the
5959
server automatically on its startup. So you can still run Tolgee with no configuration just by running the
6060
single Docker container.
6161

62-
There is also `DOCKER` mode of [`tolgee-autostart`](/platform/self_hosting/configuration#postgres-autostart),
62+
There is also `DOCKER` mode of [`tolgee-autostart`](/platform/self_hosting/configuration#tolgee-_-postgres-autostart),
6363
which tries to start Postgres Docker container on the host machine.
6464
This mode is introduced primarily for development, but it can be helpful also for users who would like to run Tolgee
6565
outside of Docker container with Java, and they don't want to configure Postgres themselves.

blog/2022-03-21-new-translation-tools-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ credits you still have to spend.
4141

4242
When self-hosting, you have to provide several configuration properties to enable machine translation. It is described
4343
in
44-
[self-hosting configuration section of docs](/platform/self_hosting/configuration#machine-translation).
44+
[self-hosting configuration section of docs](/platform/self_hosting/configuration#tolgee-_-machine-translation).
4545

4646
## Translation memory 🧠
4747

blog/2022-10-20-machine-translation-in-tolgee.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ In the Machine Translation section, you can simply set up your preferred **defau
4848

4949
You can also set up **primary provider** for your automatic translations for every single langue used in the project. The primary provider is used for the machine translation of new keys and is displayed first on the translation panel in the translating section of the platform.
5050

51-
To enable machine translation when self-hosting Tolgee, check out [configuration](/platform/self_hosting/configuration/#machine-translation) to learn how to provide several configuration properties to enable machine translation.
51+
To enable machine translation when self-hosting Tolgee, check out [configuration](/platform/self_hosting/configuration/#tolgee-_-machine-translation) to learn how to provide several configuration properties to enable machine translation.
5252

5353
## Automatic translation of new keys
5454

platform/projects_and_organizations/content_delivery.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ and you cannot use custom storage.
1515

1616
Multiple content delivery configurations and custom storages are introduced in the business and enterprise plans. [Upgrade your plan](https://tolgee.io/pricing) to use this feature.
1717

18-
If you use the self-hosted version, you can connect to your own storage in [server configuration](/platform/self_hosting/configuration#content-delivery).
18+
If you use the self-hosted version, you can connect to your own storage in [server configuration](/platform/self_hosting/configuration#tolgee-_-content-delivery).
1919
With [Tolgee license](/platform/self_hosting/licensing) you can use Hosted Contend Delivery (same as on cloud).
2020
:::
2121

platform/projects_and_organizations/llm_providers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ It is designed to work with the Google AI API.
117117
In the same way, as through UI, you can also configure llm providers through server configuration,
118118
when you are self-hosting.
119119

120-
Configuration field [`tolgee.llm.providers`](/platform/self_hosting/configuration#providers),
120+
Configuration field [`tolgee.llm.providers`](/platform/self_hosting/configuration#tolgee-llm-_-providers),
121121
is an array of providers with the following fields:
122122

123123
```

platform/projects_and_organizations/machine_translation_settings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Tolgee AI translator uses metadata to provide better results. [Read more here](/
3030
src={"/img/docs/platform/languages-mt-settings.webp"}
3131
/>
3232

33-
To enable machine translation when self-hosting, please check out the [configuration](/platform/self_hosting/configuration#machine-translation).
33+
To enable machine translation when self-hosting, please check out the [configuration](/platform/self_hosting/configuration#tolgee-_-machine-translation).
3434

3535
> TIP: You can adjust default settings that will be used for all languages, or you can edit settings for individual languages, which will override the default.
3636

0 commit comments

Comments
 (0)