Kvæsitso -> Kvaesitso
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user