Skip to content

Commit 800f1a6

Browse files
committed
Finish renaming to Geo Faker
1 parent 39d0f5c commit 800f1a6

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

docs/CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
faker.pgosm-flex.com
1+
geofaker.com

docs/book.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ authors = ['Ryan Lambert', 'RustProof Labs']
33
language = "en"
44
multilingual = false
55
src = "src"
6-
title = "PgOSM Flex Faker"
6+
title = "Geo Faker"
77

88
[output.html]
99
default-theme = "rust"
1010
preferred-dark-theme = "navy"
11-
git-repository-url = "https://github.com/rustprooflabs/pgosm-flex-faker"
11+
git-repository-url = "https://github.com/rustprooflabs/geo-faker"
1212
git-repository-icon = "fa-github"

docs/src/quick-start.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ also known as Geo Faker.
99
The basic process to using Geo Faker are:
1010

1111
* Run PgOSM Flex with custom layerset
12-
* Load PgOSM Flex Faker objects
13-
*
12+
* Load Geo Faker objects
13+
* Run stored procedures
14+
* Move temp table data to real tables
15+
1416

1517
## Load OpenStreetMap Data
1618

@@ -47,7 +49,7 @@ docker exec -it \
4749

4850
## Load Faker Objects
4951

50-
After the data completes processing, load the PgOSM Flex Faker database structures
52+
After the data completes processing, load the Geo Faker database structures
5153
in the `geo_faker` schema.
5254
This is done using Sqitch.
5355

0 commit comments

Comments
 (0)