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.git


The following commit(s) were added to refs/heads/main by this push:
     new af147688 Change site directory and remove branch protection rules 
(#537)
af147688 is described below

commit af147688893dfaf4c3b105236de29a585a4bc16f
Author: Bertil Chapuis <[email protected]>
AuthorDate: Tue Nov 15 14:42:36 2022 +0100

    Change site directory and remove branch protection rules (#537)
    
    * Change site directory
    
    * Remove branch protection rules
    
    * Rename the site directory into docs
---
 .asf.yaml                                                   |  11 ++---------
 README.md                                                   |   2 +-
 {site => docs}/CNAME                                        |   0
 {site => docs}/Gemfile                                      |   0
 {site => docs}/_config.yml                                  |   0
 {site => docs}/_data/menu.yaml                              |   0
 {site => docs}/_layouts/default.html                        |   0
 {site => docs}/_layouts/home.html                           |   0
 {site => docs}/_sass/normalize.scss                         |   0
 {site => docs}/_sass/skeleton.scss                          |   0
 {site => docs}/_sass/style.scss                             |   0
 {site => docs}/about.md                                     |   0
 {site => docs}/assets/css/main.scss                         |   0
 {site => docs}/assets/demo.html                             |   0
 {site => docs}/assets/screenshot.jpg                        | Bin
 {site => docs}/assets/style.json                            |   0
 {site => docs}/examples/contour/index.md                    |   0
 {site => docs}/examples/contour/indexes.sql                 |   0
 .../examples/contour/liecthenstein-aster-dem-v2-3857.tif    | Bin
 .../examples/contour/liecthenstein-aster-dem-v2.tif         | Bin
 {site => docs}/examples/contour/style.json                  |   0
 {site => docs}/examples/contour/tileset.json                |   0
 {site => docs}/examples/extrusion/index.md                  |   0
 {site => docs}/examples/extrusion/indexes.sql               |   0
 {site => docs}/examples/extrusion/screenshot.png            | Bin
 {site => docs}/examples/extrusion/style.json                |   0
 {site => docs}/examples/extrusion/tileset.json              |   0
 {site => docs}/examples/extrusion/workflow.json             |   0
 {site => docs}/examples/geoadmin/index.md                   |   0
 {site => docs}/examples/geoadmin/style.json                 |   0
 {site => docs}/examples/geoadmin/tileset.json               |   0
 {site => docs}/examples/geoadmin/tileset.yaml               |   0
 {site => docs}/examples/index.md                            |   0
 {site => docs}/examples/naturalearth/index.md               |   0
 {site => docs}/examples/naturalearth/indexes.sql            |   0
 {site => docs}/examples/naturalearth/style.json             |   0
 {site => docs}/examples/naturalearth/tileset.json           |   0
 {site => docs}/examples/naturalearth/workflow.json          |   0
 {site => docs}/examples/openstreetmap/database.png          | Bin
 {site => docs}/examples/openstreetmap/index.md              |   0
 {site => docs}/examples/openstreetmap/indexes.sql           |   0
 .../examples/openstreetmap/liechtenstein-latest.osm.pbf     | Bin
 {site => docs}/examples/openstreetmap/screenshot.png        | Bin
 {site => docs}/examples/openstreetmap/style.js              |   0
 {site => docs}/examples/openstreetmap/style.json            |   0
 {site => docs}/examples/openstreetmap/tileset.json          |   0
 {site => docs}/examples/openstreetmap/workflow.json         |   0
 {site => docs}/examples/serving-vector-tiles.md             |   0
 {site => docs}/favicon.ico                                  | Bin
 {site => docs}/index.html                                   |   0
 {site => docs}/installation.md                              |   0
 {site => docs}/notes/java-nio.md                            |   0
 {site => docs}/notes/postgis.md                             |   0
 {site => docs}/release.md                                   |   0
 {site => docs}/stylesheet.md                                |   0
 55 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 88947dd6..993fbb75 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -18,7 +18,7 @@ github:
   description: Create custom vector tiles from OpenStreetMap and other data 
sources with Postgis and Java.
   homepage: www.baremaps.com
   ghp_branch: main
-  ghp_path: /site
+  ghp_path: /docs
   labels:
     - java 
     - vector-tiles 
@@ -32,14 +32,7 @@ github:
     squash: true
     merge: false
     rebase: false
-  protected_branches:
-    main:
-      required_status_checks:
-        strict: true
-      required_pull_request_reviews:
-        dismiss_stale_reviews: true
-        required_approving_review_count: 1
-
+  
 notifications:
   commits:      [email protected]
   issues:       [email protected]
diff --git a/README.md b/README.md
index 4f9d281d..30c529ba 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@
 
 [Baremaps](https://www.baremaps.com/) is a toolkit for creating custom vector 
tiles from [OpenStreetMap](https://www.openstreetmap.org) and other data 
sources with Postgis and Java. The project is licensed under [Apache License 
2.0](LICENSE).
 
-[![State of the 
map](/site/assets/screenshot.jpg)](https://www.baremaps.com/assets/demo.html)
+[![State of the 
map](/docs/assets/screenshot.jpg)](https://www.baremaps.com/assets/demo.html)
 
 Baremaps is inspired by [Osmosis](https://github.com/openstreetmap/osmosis), 
but it comes with additional features, such as the ability to:
 -   Process data in parallel with the [Stream 
API](https://docs.oracle.com/javase/8/docs/api/java/util/stream/package-summary.html)
 introduced in Java 8
diff --git a/site/CNAME b/docs/CNAME
similarity index 100%
rename from site/CNAME
rename to docs/CNAME
diff --git a/site/Gemfile b/docs/Gemfile
similarity index 100%
rename from site/Gemfile
rename to docs/Gemfile
diff --git a/site/_config.yml b/docs/_config.yml
similarity index 100%
rename from site/_config.yml
rename to docs/_config.yml
diff --git a/site/_data/menu.yaml b/docs/_data/menu.yaml
similarity index 100%
rename from site/_data/menu.yaml
rename to docs/_data/menu.yaml
diff --git a/site/_layouts/default.html b/docs/_layouts/default.html
similarity index 100%
rename from site/_layouts/default.html
rename to docs/_layouts/default.html
diff --git a/site/_layouts/home.html b/docs/_layouts/home.html
similarity index 100%
rename from site/_layouts/home.html
rename to docs/_layouts/home.html
diff --git a/site/_sass/normalize.scss b/docs/_sass/normalize.scss
similarity index 100%
rename from site/_sass/normalize.scss
rename to docs/_sass/normalize.scss
diff --git a/site/_sass/skeleton.scss b/docs/_sass/skeleton.scss
similarity index 100%
rename from site/_sass/skeleton.scss
rename to docs/_sass/skeleton.scss
diff --git a/site/_sass/style.scss b/docs/_sass/style.scss
similarity index 100%
rename from site/_sass/style.scss
rename to docs/_sass/style.scss
diff --git a/site/about.md b/docs/about.md
similarity index 100%
rename from site/about.md
rename to docs/about.md
diff --git a/site/assets/css/main.scss b/docs/assets/css/main.scss
similarity index 100%
rename from site/assets/css/main.scss
rename to docs/assets/css/main.scss
diff --git a/site/assets/demo.html b/docs/assets/demo.html
similarity index 100%
rename from site/assets/demo.html
rename to docs/assets/demo.html
diff --git a/site/assets/screenshot.jpg b/docs/assets/screenshot.jpg
similarity index 100%
rename from site/assets/screenshot.jpg
rename to docs/assets/screenshot.jpg
diff --git a/site/assets/style.json b/docs/assets/style.json
similarity index 100%
rename from site/assets/style.json
rename to docs/assets/style.json
diff --git a/site/examples/contour/index.md b/docs/examples/contour/index.md
similarity index 100%
rename from site/examples/contour/index.md
rename to docs/examples/contour/index.md
diff --git a/site/examples/contour/indexes.sql 
b/docs/examples/contour/indexes.sql
similarity index 100%
rename from site/examples/contour/indexes.sql
rename to docs/examples/contour/indexes.sql
diff --git a/site/examples/contour/liecthenstein-aster-dem-v2-3857.tif 
b/docs/examples/contour/liecthenstein-aster-dem-v2-3857.tif
similarity index 100%
rename from site/examples/contour/liecthenstein-aster-dem-v2-3857.tif
rename to docs/examples/contour/liecthenstein-aster-dem-v2-3857.tif
diff --git a/site/examples/contour/liecthenstein-aster-dem-v2.tif 
b/docs/examples/contour/liecthenstein-aster-dem-v2.tif
similarity index 100%
rename from site/examples/contour/liecthenstein-aster-dem-v2.tif
rename to docs/examples/contour/liecthenstein-aster-dem-v2.tif
diff --git a/site/examples/contour/style.json b/docs/examples/contour/style.json
similarity index 100%
rename from site/examples/contour/style.json
rename to docs/examples/contour/style.json
diff --git a/site/examples/contour/tileset.json 
b/docs/examples/contour/tileset.json
similarity index 100%
rename from site/examples/contour/tileset.json
rename to docs/examples/contour/tileset.json
diff --git a/site/examples/extrusion/index.md b/docs/examples/extrusion/index.md
similarity index 100%
rename from site/examples/extrusion/index.md
rename to docs/examples/extrusion/index.md
diff --git a/site/examples/extrusion/indexes.sql 
b/docs/examples/extrusion/indexes.sql
similarity index 100%
rename from site/examples/extrusion/indexes.sql
rename to docs/examples/extrusion/indexes.sql
diff --git a/site/examples/extrusion/screenshot.png 
b/docs/examples/extrusion/screenshot.png
similarity index 100%
rename from site/examples/extrusion/screenshot.png
rename to docs/examples/extrusion/screenshot.png
diff --git a/site/examples/extrusion/style.json 
b/docs/examples/extrusion/style.json
similarity index 100%
rename from site/examples/extrusion/style.json
rename to docs/examples/extrusion/style.json
diff --git a/site/examples/extrusion/tileset.json 
b/docs/examples/extrusion/tileset.json
similarity index 100%
rename from site/examples/extrusion/tileset.json
rename to docs/examples/extrusion/tileset.json
diff --git a/site/examples/extrusion/workflow.json 
b/docs/examples/extrusion/workflow.json
similarity index 100%
rename from site/examples/extrusion/workflow.json
rename to docs/examples/extrusion/workflow.json
diff --git a/site/examples/geoadmin/index.md b/docs/examples/geoadmin/index.md
similarity index 100%
rename from site/examples/geoadmin/index.md
rename to docs/examples/geoadmin/index.md
diff --git a/site/examples/geoadmin/style.json 
b/docs/examples/geoadmin/style.json
similarity index 100%
rename from site/examples/geoadmin/style.json
rename to docs/examples/geoadmin/style.json
diff --git a/site/examples/geoadmin/tileset.json 
b/docs/examples/geoadmin/tileset.json
similarity index 100%
rename from site/examples/geoadmin/tileset.json
rename to docs/examples/geoadmin/tileset.json
diff --git a/site/examples/geoadmin/tileset.yaml 
b/docs/examples/geoadmin/tileset.yaml
similarity index 100%
rename from site/examples/geoadmin/tileset.yaml
rename to docs/examples/geoadmin/tileset.yaml
diff --git a/site/examples/index.md b/docs/examples/index.md
similarity index 100%
rename from site/examples/index.md
rename to docs/examples/index.md
diff --git a/site/examples/naturalearth/index.md 
b/docs/examples/naturalearth/index.md
similarity index 100%
rename from site/examples/naturalearth/index.md
rename to docs/examples/naturalearth/index.md
diff --git a/site/examples/naturalearth/indexes.sql 
b/docs/examples/naturalearth/indexes.sql
similarity index 100%
rename from site/examples/naturalearth/indexes.sql
rename to docs/examples/naturalearth/indexes.sql
diff --git a/site/examples/naturalearth/style.json 
b/docs/examples/naturalearth/style.json
similarity index 100%
rename from site/examples/naturalearth/style.json
rename to docs/examples/naturalearth/style.json
diff --git a/site/examples/naturalearth/tileset.json 
b/docs/examples/naturalearth/tileset.json
similarity index 100%
rename from site/examples/naturalearth/tileset.json
rename to docs/examples/naturalearth/tileset.json
diff --git a/site/examples/naturalearth/workflow.json 
b/docs/examples/naturalearth/workflow.json
similarity index 100%
rename from site/examples/naturalearth/workflow.json
rename to docs/examples/naturalearth/workflow.json
diff --git a/site/examples/openstreetmap/database.png 
b/docs/examples/openstreetmap/database.png
similarity index 100%
rename from site/examples/openstreetmap/database.png
rename to docs/examples/openstreetmap/database.png
diff --git a/site/examples/openstreetmap/index.md 
b/docs/examples/openstreetmap/index.md
similarity index 100%
rename from site/examples/openstreetmap/index.md
rename to docs/examples/openstreetmap/index.md
diff --git a/site/examples/openstreetmap/indexes.sql 
b/docs/examples/openstreetmap/indexes.sql
similarity index 100%
rename from site/examples/openstreetmap/indexes.sql
rename to docs/examples/openstreetmap/indexes.sql
diff --git a/site/examples/openstreetmap/liechtenstein-latest.osm.pbf 
b/docs/examples/openstreetmap/liechtenstein-latest.osm.pbf
similarity index 100%
rename from site/examples/openstreetmap/liechtenstein-latest.osm.pbf
rename to docs/examples/openstreetmap/liechtenstein-latest.osm.pbf
diff --git a/site/examples/openstreetmap/screenshot.png 
b/docs/examples/openstreetmap/screenshot.png
similarity index 100%
rename from site/examples/openstreetmap/screenshot.png
rename to docs/examples/openstreetmap/screenshot.png
diff --git a/site/examples/openstreetmap/style.js 
b/docs/examples/openstreetmap/style.js
similarity index 100%
rename from site/examples/openstreetmap/style.js
rename to docs/examples/openstreetmap/style.js
diff --git a/site/examples/openstreetmap/style.json 
b/docs/examples/openstreetmap/style.json
similarity index 100%
rename from site/examples/openstreetmap/style.json
rename to docs/examples/openstreetmap/style.json
diff --git a/site/examples/openstreetmap/tileset.json 
b/docs/examples/openstreetmap/tileset.json
similarity index 100%
rename from site/examples/openstreetmap/tileset.json
rename to docs/examples/openstreetmap/tileset.json
diff --git a/site/examples/openstreetmap/workflow.json 
b/docs/examples/openstreetmap/workflow.json
similarity index 100%
rename from site/examples/openstreetmap/workflow.json
rename to docs/examples/openstreetmap/workflow.json
diff --git a/site/examples/serving-vector-tiles.md 
b/docs/examples/serving-vector-tiles.md
similarity index 100%
rename from site/examples/serving-vector-tiles.md
rename to docs/examples/serving-vector-tiles.md
diff --git a/site/favicon.ico b/docs/favicon.ico
similarity index 100%
rename from site/favicon.ico
rename to docs/favicon.ico
diff --git a/site/index.html b/docs/index.html
similarity index 100%
rename from site/index.html
rename to docs/index.html
diff --git a/site/installation.md b/docs/installation.md
similarity index 100%
rename from site/installation.md
rename to docs/installation.md
diff --git a/site/notes/java-nio.md b/docs/notes/java-nio.md
similarity index 100%
rename from site/notes/java-nio.md
rename to docs/notes/java-nio.md
diff --git a/site/notes/postgis.md b/docs/notes/postgis.md
similarity index 100%
rename from site/notes/postgis.md
rename to docs/notes/postgis.md
diff --git a/site/release.md b/docs/release.md
similarity index 100%
rename from site/release.md
rename to docs/release.md
diff --git a/site/stylesheet.md b/docs/stylesheet.md
similarity index 100%
rename from site/stylesheet.md
rename to docs/stylesheet.md

Reply via email to