Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChaoyi Zha <summermontreal@gmail.com>2020-10-06 21:18:26 +0300
committerGitHub <noreply@github.com>2020-10-06 21:18:26 +0300
commit8d55dabee2dabf0fe103ede0952fe74d0a748ed8 (patch)
tree07fc13dc2d37b80d9b773b7d9804fc0561b61e77 /mkdocs.yml
parentf9622d733b554154a39e9a716c5c134da35acba7 (diff)
Fix missing Maxmind license key issue (#566)
* Add option to add maxmind license key in setup * Update symfony/http-foundation to patch security vulnerability * Remove echo statement * fix typo
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 53198a1..ad9faa7 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -4,6 +4,7 @@ pages:
- User Guide:
- 'Installation': 'user-guide/installation.md'
- 'Upgrading': 'user-guide/upgrading.md'
+ - 'Obtaining a MaxMind License Key': 'user-guide/maxmind-license.md'
- 'Troubleshooting': 'user-guide/troubleshooting.md'
- Developer Guide:
- 'Libraries': 'developer-guide/libraries.md'