From f4e0b1b9df2f2dc708f76b3b5a6a4d17f025d885 Mon Sep 17 00:00:00 2001 From: Gilang Adi S Date: Mon, 8 Nov 2021 14:05:23 +0700 Subject: [PATCH] Update Docs --- README.md | 8 ++++++++ docs/README.md | 2 +- docs/index.html | 22 ++++++++++++++++++++++ 3 files changed, 31 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e2a934fb..f7132a4e4 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,14 @@ npm run main.js | Districts | https[]()://sig.bps.go.id/rest-bridging/getwilayah?level=kecamatan&parent=**{regency-id}** | | Villages | https[]()://sig.bps.go.id/rest-bridging/getwilayah?level=kecamatan&parent=**{district-id}** | +## ToDo ++ Single JSON ✅ ++ Split JSON ✅ ++ Full JSON ✅ ++ SQL ✅ ++ Mongo ❌ (From JSON) ++ Generate Data With GitHub Actions + ## License * The scripts are license under: [MIT](LICENSE). diff --git a/docs/README.md b/docs/README.md index 0d3110ee7..98d22734a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -14,4 +14,4 @@ | Province | https[]()://gilang-as.github.io/indonesian-region-code/json-split/**{code}**/index.json | https[]()://gilang-as.github.io/indonesian-region-code/json-split/11/index.json | | Regency | https[]()://gilang-as.github.io/indonesian-region-code/json-split/**{code}**/**{code}**/index.json | https[]()://gilang-as.github.io/indonesian-region-code/json-split/11/01/index.json | | District | https[]()://gilang-as.github.io/indonesian-region-code/json-split/**{code}**/**{code}**/**{code}**/index.json | https[]()://gilang-as.github.io/indonesian-region-code/json-split/11/01/01/index.json | -| Village | https[]()://gilang-as.github.io/indonesian-region-code/json-split/**{code}**/**{code}**/**{code}**/**{code}**.json | https[]()://gilang-as.github.io/indonesian-region-code/json-split/11/01/01/2021.json | +| Village | https[]()://gilang-as.github.io/indonesian-region-code/json-split/**{code}**/**{code}**/**{code}**/**{code}**.json | https[]()://gilang-as.github.io/indonesian-region-code/json-split/11/01/01/2001.json | diff --git a/docs/index.html b/docs/index.html index e69de29bb..b3070c8b8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -0,0 +1,22 @@ + + + + + "First Page" + + + + + + + + + \ No newline at end of file