This is an automated email from the ASF dual-hosted git repository.

bchapuis pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 4abce6d  Improve the structure of the documentation
4abce6d is described below

commit 4abce6d5cea4ff2942e8b02f038950d5a49051d6
Author: Bertil Chapuis <[email protected]>
AuthorDate: Wed Oct 16 23:03:30 2024 +0200

    Improve the structure of the documentation
---
 src/pages/documentation/developer-manual.mdx | 1 -
 src/pages/index.mdx                          | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/pages/documentation/developer-manual.mdx 
b/src/pages/documentation/developer-manual.mdx
index 030e41b..bf3e093 100644
--- a/src/pages/documentation/developer-manual.mdx
+++ b/src/pages/documentation/developer-manual.mdx
@@ -14,4 +14,3 @@ Go into the relevant sections to find out more about Apache 
Baremaps.
 - [Set up in IntelliJ IDEA](/documentation/developer-manual/setup-in-intellij/)
 - [Geocoder](/documentation/developer-manual/geocoder/)
 - [IP to location](/documentation/developer-manual/ip-to-location/)
-- [Schema and style](/documentation/basemap)
diff --git a/src/pages/index.mdx b/src/pages/index.mdx
index dae4c80..974c370 100644
--- a/src/pages/index.mdx
+++ b/src/pages/index.mdx
@@ -91,7 +91,7 @@ export function OSMCopyright() {
           index={3}
           large
           style={{ height: 450 }}
-          href="/documentation/basemap"
+          href="/documentation/getting-started/"
         >
           <OSMCopyright />
           <Image

Reply via email to