]> git.openstreetmap.org Git - nominatim.git/commitdiff
docs: update overview pages
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 14 Oct 2021 08:21:52 +0000 (10:21 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 18 Oct 2021 07:04:06 +0000 (09:04 +0200)
docs/customize/Overview.md
docs/index.md

index 7070be922adc180665091b2baffbbc8e601608b0..531a40f55b90a1da4f4e5cb8dd8f6036ae7dbccb 100644 (file)
@@ -5,7 +5,10 @@ the following configurable parts:
 
 * [Global Settings](Settings.md) has a detailed description of all parameters that
   can be set in your local `.env` configuration
-* [Import styles](Import-Styles.md) explains how to write your own import style.
+* [Import styles](Import-Styles.md) explains how to write your own import style
+  in order to control what kind of OSM data will be imported
+* [Place ranking](Ranking.md) describes the configuration around classifing
+  places in terms of their importance and their role in an address
 * [Tokenizers](Tokenizers.md) describes the configuration of the module
   responsible for analysing and indexing names
 * [Special Phrases](Special-Phrases.md) are common nouns or phrases that
index d348fcfaab3d5e48fa081600dff48bcea73b17c1..0ed6c54652e42e48fb693635031f814b78417b6c 100644 (file)
@@ -1,8 +1,10 @@
 Nominatim (from the Latin, 'by name') is a tool to search OSM data by name and address and to generate synthetic addresses of OSM points (reverse geocoding).
 
-This guide comes in three parts:
+This guide comes in four parts:
 
  * __[API reference](api/Overview.md)__ for users of Nominatim
  * __[Administration Guide](admin/Installation.md)__ for those who want
    to install their own Nominatim server
+ * __[Customization Guide](customize/Overview.md)__ for those who want to
+   adapt their own installation to their special requirements
  * __[Developer's Guide](develop/overview.md)__ for developers of the software