Kvæsitso -> Kvaesitso

This commit is contained in:
MM20
2023-01-18 17:09:32 +01:00
parent 17eaf55469
commit ed0309d2b2
31 changed files with 47 additions and 47 deletions
@@ -1,7 +1,7 @@
# External APIs
Kvæsitso integrates with a number of external APIs. Most of them require some sort of authentication, like an API key. These API keys are not part of the GitHub repository. If you want to build Kvæsitso from source with all features enabled, follow the steps in this chapter.
Kvaesitso integrates with a number of external APIs. Most of them require some sort of authentication, like an API key. These API keys are not part of the GitHub repository. If you want to build Kvaesitso from source with all features enabled, follow the steps in this chapter.
:::info
Kvæsitso is still buildable even without these steps, but some features will be disabled in the resulting APK. If all you need is a debug build for testing purposes, you can probably skip this chapter.
Kvaesitso is still buildable even without these steps, but some features will be disabled in the resulting APK. If all you need is a debug build for testing purposes, you can probably skip this chapter.
:::
@@ -1,3 +1,3 @@
# Wikipedia
Kvæsitso uses the [Mediawiki API](https://www.mediawiki.org/wiki/API:Main_page) to load data from Wikipedia. No further configuration is required. The default Mediawiki installation URL is language-dependend and can be configured with `wikipedia_url` string resource in the `:i18n` module.
Kvaesitso uses the [Mediawiki API](https://www.mediawiki.org/wiki/API:Main_page) to load data from Wikipedia. No further configuration is required. The default Mediawiki installation URL is language-dependend and can be configured with `wikipedia_url` string resource in the `:i18n` module.
+1 -1
View File
@@ -4,4 +4,4 @@ sidebar_position: 0
# Developer Guide
You want to build Kvæsitso from source? Fix some bugs, develop new features or simply explore Kvæsitso's source code? Read this guide to learn how to setup the build environment and source code and to learn about the structure and organization of the source code.
You want to build Kvaesitso from source? Fix some bugs, develop new features or simply explore Kvaesitso's source code? Read this guide to learn how to setup the build environment and source code and to learn about the structure and organization of the source code.