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 26fe45d  Add src directory (#21)
26fe45d is described below

commit 26fe45d1a65f1a9d195d8b3bb0ba9f81970b9742
Author: Leonard <[email protected]>
AuthorDate: Tue May 2 15:55:08 2023 +0200

    Add src directory (#21)
---
 {components => src/components}/features/index.tsx                         | 0
 {components => src/components}/features/style.module.css                  | 0
 {components => src/components}/map/index.tsx                              | 0
 {components => src/components}/map/maplibre-gl-inspect.css                | 0
 {components => src/components}/map/maplibre-gl-inspect.js                 | 0
 {components => src/components}/map/maplibre-gl-tile-boundaries.css        | 0
 {components => src/components}/map/maplibre-gl-tile-boundaries.js         | 0
 {components => src/components}/map/style.module.css                       | 0
 {pages => src/pages}/_app.mdx                                             | 0
 {pages => src/pages}/_meta.json                                           | 0
 {pages => src/pages}/documentation/_meta.json                             | 0
 {pages => src/pages}/documentation/developer-manual.mdx                   | 0
 {pages => src/pages}/documentation/developer-manual/_meta.json            | 0
 {pages => src/pages}/documentation/developer-manual/basemap.mdx           | 0
 {pages => src/pages}/documentation/developer-manual/geocoder.mdx          | 0
 .../pages}/documentation/developer-manual/how-to-build-with-maven.mdx     | 0
 {pages => src/pages}/documentation/developer-manual/ip-to-location.mdx    | 0
 {pages => src/pages}/documentation/developer-manual/project-structure.mdx | 0
 {pages => src/pages}/documentation/developer-manual/setup-in-intellij.mdx | 0
 {pages => src/pages}/documentation/examples.mdx                           | 0
 {pages => src/pages}/documentation/examples/_meta.json                    | 0
 {pages => src/pages}/documentation/examples/_serving-vector-tiles.txt     | 0
 {pages => src/pages}/documentation/examples/extrusion.mdx                 | 0
 {pages => src/pages}/documentation/examples/geoadmin.mdx                  | 0
 {pages => src/pages}/documentation/examples/geocoding.mdx                 | 0
 .../pages}/documentation/examples/import-contour-into-postgis.mdx         | 0
 .../pages}/documentation/examples/import-naturalearth-into-postgis.mdx    | 0
 {pages => src/pages}/documentation/examples/import-osm-into-postgis.mdx   | 0
 {pages => src/pages}/documentation/examples/ip-to-location.mdx            | 0
 .../pages}/documentation/examples/serve-and-export-vector-tiles.mdx       | 0
 {pages => src/pages}/documentation/getting-started.md                     | 0
 {pages => src/pages}/documentation/getting-started/_meta.json             | 0
 {pages => src/pages}/documentation/getting-started/installing-postgis.mdx | 0
 {pages => src/pages}/documentation/getting-started/installing-the-cli.mdx | 0
 {pages => src/pages}/documentation/index.mdx                              | 0
 {pages => src/pages}/download/_meta.json                                  | 0
 {pages => src/pages}/download/release-0.7.1.mdx                           | 0
 {pages => src/pages}/index.mdx                                            | 0
 {pages => src/pages}/index.module.css                                     | 0
 39 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/components/features/index.tsx b/src/components/features/index.tsx
similarity index 100%
rename from components/features/index.tsx
rename to src/components/features/index.tsx
diff --git a/components/features/style.module.css 
b/src/components/features/style.module.css
similarity index 100%
rename from components/features/style.module.css
rename to src/components/features/style.module.css
diff --git a/components/map/index.tsx b/src/components/map/index.tsx
similarity index 100%
rename from components/map/index.tsx
rename to src/components/map/index.tsx
diff --git a/components/map/maplibre-gl-inspect.css 
b/src/components/map/maplibre-gl-inspect.css
similarity index 100%
rename from components/map/maplibre-gl-inspect.css
rename to src/components/map/maplibre-gl-inspect.css
diff --git a/components/map/maplibre-gl-inspect.js 
b/src/components/map/maplibre-gl-inspect.js
similarity index 100%
rename from components/map/maplibre-gl-inspect.js
rename to src/components/map/maplibre-gl-inspect.js
diff --git a/components/map/maplibre-gl-tile-boundaries.css 
b/src/components/map/maplibre-gl-tile-boundaries.css
similarity index 100%
rename from components/map/maplibre-gl-tile-boundaries.css
rename to src/components/map/maplibre-gl-tile-boundaries.css
diff --git a/components/map/maplibre-gl-tile-boundaries.js 
b/src/components/map/maplibre-gl-tile-boundaries.js
similarity index 100%
rename from components/map/maplibre-gl-tile-boundaries.js
rename to src/components/map/maplibre-gl-tile-boundaries.js
diff --git a/components/map/style.module.css 
b/src/components/map/style.module.css
similarity index 100%
rename from components/map/style.module.css
rename to src/components/map/style.module.css
diff --git a/pages/_app.mdx b/src/pages/_app.mdx
similarity index 100%
rename from pages/_app.mdx
rename to src/pages/_app.mdx
diff --git a/pages/_meta.json b/src/pages/_meta.json
similarity index 100%
rename from pages/_meta.json
rename to src/pages/_meta.json
diff --git a/pages/documentation/_meta.json b/src/pages/documentation/_meta.json
similarity index 100%
rename from pages/documentation/_meta.json
rename to src/pages/documentation/_meta.json
diff --git a/pages/documentation/developer-manual.mdx 
b/src/pages/documentation/developer-manual.mdx
similarity index 100%
rename from pages/documentation/developer-manual.mdx
rename to src/pages/documentation/developer-manual.mdx
diff --git a/pages/documentation/developer-manual/_meta.json 
b/src/pages/documentation/developer-manual/_meta.json
similarity index 100%
rename from pages/documentation/developer-manual/_meta.json
rename to src/pages/documentation/developer-manual/_meta.json
diff --git a/pages/documentation/developer-manual/basemap.mdx 
b/src/pages/documentation/developer-manual/basemap.mdx
similarity index 100%
rename from pages/documentation/developer-manual/basemap.mdx
rename to src/pages/documentation/developer-manual/basemap.mdx
diff --git a/pages/documentation/developer-manual/geocoder.mdx 
b/src/pages/documentation/developer-manual/geocoder.mdx
similarity index 100%
rename from pages/documentation/developer-manual/geocoder.mdx
rename to src/pages/documentation/developer-manual/geocoder.mdx
diff --git a/pages/documentation/developer-manual/how-to-build-with-maven.mdx 
b/src/pages/documentation/developer-manual/how-to-build-with-maven.mdx
similarity index 100%
rename from pages/documentation/developer-manual/how-to-build-with-maven.mdx
rename to src/pages/documentation/developer-manual/how-to-build-with-maven.mdx
diff --git a/pages/documentation/developer-manual/ip-to-location.mdx 
b/src/pages/documentation/developer-manual/ip-to-location.mdx
similarity index 100%
rename from pages/documentation/developer-manual/ip-to-location.mdx
rename to src/pages/documentation/developer-manual/ip-to-location.mdx
diff --git a/pages/documentation/developer-manual/project-structure.mdx 
b/src/pages/documentation/developer-manual/project-structure.mdx
similarity index 100%
rename from pages/documentation/developer-manual/project-structure.mdx
rename to src/pages/documentation/developer-manual/project-structure.mdx
diff --git a/pages/documentation/developer-manual/setup-in-intellij.mdx 
b/src/pages/documentation/developer-manual/setup-in-intellij.mdx
similarity index 100%
rename from pages/documentation/developer-manual/setup-in-intellij.mdx
rename to src/pages/documentation/developer-manual/setup-in-intellij.mdx
diff --git a/pages/documentation/examples.mdx 
b/src/pages/documentation/examples.mdx
similarity index 100%
rename from pages/documentation/examples.mdx
rename to src/pages/documentation/examples.mdx
diff --git a/pages/documentation/examples/_meta.json 
b/src/pages/documentation/examples/_meta.json
similarity index 100%
rename from pages/documentation/examples/_meta.json
rename to src/pages/documentation/examples/_meta.json
diff --git a/pages/documentation/examples/_serving-vector-tiles.txt 
b/src/pages/documentation/examples/_serving-vector-tiles.txt
similarity index 100%
rename from pages/documentation/examples/_serving-vector-tiles.txt
rename to src/pages/documentation/examples/_serving-vector-tiles.txt
diff --git a/pages/documentation/examples/extrusion.mdx 
b/src/pages/documentation/examples/extrusion.mdx
similarity index 100%
rename from pages/documentation/examples/extrusion.mdx
rename to src/pages/documentation/examples/extrusion.mdx
diff --git a/pages/documentation/examples/geoadmin.mdx 
b/src/pages/documentation/examples/geoadmin.mdx
similarity index 100%
rename from pages/documentation/examples/geoadmin.mdx
rename to src/pages/documentation/examples/geoadmin.mdx
diff --git a/pages/documentation/examples/geocoding.mdx 
b/src/pages/documentation/examples/geocoding.mdx
similarity index 100%
rename from pages/documentation/examples/geocoding.mdx
rename to src/pages/documentation/examples/geocoding.mdx
diff --git a/pages/documentation/examples/import-contour-into-postgis.mdx 
b/src/pages/documentation/examples/import-contour-into-postgis.mdx
similarity index 100%
rename from pages/documentation/examples/import-contour-into-postgis.mdx
rename to src/pages/documentation/examples/import-contour-into-postgis.mdx
diff --git a/pages/documentation/examples/import-naturalearth-into-postgis.mdx 
b/src/pages/documentation/examples/import-naturalearth-into-postgis.mdx
similarity index 100%
rename from pages/documentation/examples/import-naturalearth-into-postgis.mdx
rename to src/pages/documentation/examples/import-naturalearth-into-postgis.mdx
diff --git a/pages/documentation/examples/import-osm-into-postgis.mdx 
b/src/pages/documentation/examples/import-osm-into-postgis.mdx
similarity index 100%
rename from pages/documentation/examples/import-osm-into-postgis.mdx
rename to src/pages/documentation/examples/import-osm-into-postgis.mdx
diff --git a/pages/documentation/examples/ip-to-location.mdx 
b/src/pages/documentation/examples/ip-to-location.mdx
similarity index 100%
rename from pages/documentation/examples/ip-to-location.mdx
rename to src/pages/documentation/examples/ip-to-location.mdx
diff --git a/pages/documentation/examples/serve-and-export-vector-tiles.mdx 
b/src/pages/documentation/examples/serve-and-export-vector-tiles.mdx
similarity index 100%
rename from pages/documentation/examples/serve-and-export-vector-tiles.mdx
rename to src/pages/documentation/examples/serve-and-export-vector-tiles.mdx
diff --git a/pages/documentation/getting-started.md 
b/src/pages/documentation/getting-started.md
similarity index 100%
rename from pages/documentation/getting-started.md
rename to src/pages/documentation/getting-started.md
diff --git a/pages/documentation/getting-started/_meta.json 
b/src/pages/documentation/getting-started/_meta.json
similarity index 100%
rename from pages/documentation/getting-started/_meta.json
rename to src/pages/documentation/getting-started/_meta.json
diff --git a/pages/documentation/getting-started/installing-postgis.mdx 
b/src/pages/documentation/getting-started/installing-postgis.mdx
similarity index 100%
rename from pages/documentation/getting-started/installing-postgis.mdx
rename to src/pages/documentation/getting-started/installing-postgis.mdx
diff --git a/pages/documentation/getting-started/installing-the-cli.mdx 
b/src/pages/documentation/getting-started/installing-the-cli.mdx
similarity index 100%
rename from pages/documentation/getting-started/installing-the-cli.mdx
rename to src/pages/documentation/getting-started/installing-the-cli.mdx
diff --git a/pages/documentation/index.mdx b/src/pages/documentation/index.mdx
similarity index 100%
rename from pages/documentation/index.mdx
rename to src/pages/documentation/index.mdx
diff --git a/pages/download/_meta.json b/src/pages/download/_meta.json
similarity index 100%
rename from pages/download/_meta.json
rename to src/pages/download/_meta.json
diff --git a/pages/download/release-0.7.1.mdx 
b/src/pages/download/release-0.7.1.mdx
similarity index 100%
rename from pages/download/release-0.7.1.mdx
rename to src/pages/download/release-0.7.1.mdx
diff --git a/pages/index.mdx b/src/pages/index.mdx
similarity index 100%
rename from pages/index.mdx
rename to src/pages/index.mdx
diff --git a/pages/index.module.css b/src/pages/index.module.css
similarity index 100%
rename from pages/index.module.css
rename to src/pages/index.module.css

Reply via email to