Skip to content

Commit

Permalink
maps project docs page added
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasm0 committed Jul 11, 2024
1 parent 8f094b5 commit 7d5bd20
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/projects/maps.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Leaflet maps in React

Amsterdam's preferred map library is <a href="https://leafletjs.com/" target="_blank">Leaflet</a> and frontend framework is <a href="https://reactjs.org/" target="_blank">React</a>. Combining Leaflet with the React component lifecycle can provide some challenges. Therefore, we have created a repository and Storybook application to browse common map components and feature examples.

You can browse the project at [https://maps.developers.amsterdam.nl/](https://maps.developers.amsterdam.nl/).
5 changes: 5 additions & 0 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ const sidebars: SidebarsConfig = {
'frontend/third-party-dependencies',
],
},
{
type: 'category',
label: 'Projects',
items: ['projects/maps'],
},
],
// By default, Docusaurus generates a sidebar from the docs folder structure
// tutorialSidebar: [{type: 'autogenerated', dirName: '.'}],
Expand Down

0 comments on commit 7d5bd20

Please sign in to comment.