From: Sarah Hoffmann Date: Fri, 18 Aug 2023 16:05:57 +0000 (+0200) Subject: add base framework for library reference X-Git-Tag: v4.3.0~13^2~15 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/6533af6a914de8f9107f2ffb4e6b431287b21be5?ds=sidebyside add base framework for library reference --- diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index 562774cf..637ecfe9 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -11,6 +11,7 @@ set (DOC_SOURCES develop api customize + library index.md extra.css styles.css diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 92ad92f5..fd1995ab 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -35,6 +35,10 @@ nav: - 'Special Phrases': 'customize/Special-Phrases.md' - 'External data: US housenumbers from TIGER': 'customize/Tiger.md' - 'External data: Postcodes': 'customize/Postcodes.md' + - 'Library Guide': + - 'Introduction': 'library/Introduction.md' + - 'Getting Started': 'library/Getting-Started.md' + - 'Reference': 'library/Reference.md' - 'Developers Guide': - 'Architecture Overview' : 'develop/overview.md' - 'Database Layout' : 'develop/Database-Layout.md'