This is an automated email from the ASF dual-hosted git repository. leonardcs pushed a commit to branch fix/homepage-links in repository https://gitbox.apache.org/repos/asf/incubator-baremaps-site.git
commit f6714534e1f6e576c53538f2da041ae8fdbf1dc4 Author: Leonard <[email protected]> AuthorDate: Fri Aug 4 14:06:51 2023 +0200 Add contextual links to homepage images --- src/pages/index.mdx | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/src/pages/index.mdx b/src/pages/index.mdx index 6148ee0..745ff4f 100644 --- a/src/pages/index.mdx +++ b/src/pages/index.mdx @@ -87,7 +87,12 @@ export function OSMCopyright() { workflows. </div> </Feature> - <Feature index={3} large style={{ height: 450 }} href="/map"> + <Feature + index={3} + large + style={{ height: 450 }} + href="/documentation/developer-manual/basemap" + > <OSMCopyright /> <Image src="/images/map_styles.png" @@ -120,7 +125,12 @@ export function OSMCopyright() { results. </div> </Feature> - <Feature index={6} large style={{ height: 450 }} href="/map"> + <Feature + index={6} + large + style={{ height: 450 }} + href="/documentation/examples/geocoding" + > <OSMCopyright /> <Image src="/images/geocoder.gif" @@ -131,7 +141,12 @@ export function OSMCopyright() { objectPosition="0% 0%" /> </Feature> - <Feature index={7} large style={{ height: 450 }} href="/map"> + <Feature + index={7} + large + style={{ height: 450 }} + href="https://github.com/apache/incubator-baremaps/blob/main/CONTRIBUTING.md" + > <OSMCopyright /> <Image src="/images/map_vector_view.png"
