Skip to content

Commit

Permalink
Trim and update documentation - taking into account master doc repo now.
Browse files Browse the repository at this point in the history
rob-metalinkage committed Jun 26, 2024
1 parent 9f3dde1 commit 1bb8156
Showing 8 changed files with 8 additions and 282 deletions.
21 changes: 0 additions & 21 deletions JSONLD.md

This file was deleted.

65 changes: 0 additions & 65 deletions JSONSCHEMA-PROFILING.md

This file was deleted.

62 changes: 0 additions & 62 deletions PROFILES.md

This file was deleted.

33 changes: 0 additions & 33 deletions RDF.md

This file was deleted.

37 changes: 0 additions & 37 deletions SCHEMAS.md

This file was deleted.

62 changes: 0 additions & 62 deletions TESTING.md

This file was deleted.

8 changes: 6 additions & 2 deletions USAGE.md
Original file line number Diff line number Diff line change
@@ -85,7 +85,7 @@ The `_sources` directory will contain the sources for the building blocks inside
- `assets/`: Documentation assets (e.g. images) directory. See [Assets](#assets) below.
- `tests/`: Test resources. See [Validation](#validation-and-tests).

This repository includes a sample building block in the `my-building-block` directory.
This repository includes sample building blocks such as the `myFeature` and `mySchema` directories, showing how these are combined through JSON schema imports.

Building Block identifiers are automatically generated in the form:

@@ -124,7 +124,7 @@ For example, the following will import two repositories, one of them being the m
name: Repository with imports
imports:
- default
- https://example.com/bbr/repository.json
- https://example.com/myBBrepository/build/register.json
```
### Additional register metadata properties
@@ -260,6 +260,10 @@ so that their outputs can be tested before inclusion in the main OGC Register:

The outputs can be generated locally by running the following:

`build.sh`

or

```shell
# Process building blocks
docker run --pull=always --rm --workdir /workspace -v "$(pwd):/workspace" \
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Process building blocks
docker run --pull=always --rm --workdir /workspace -v "$(pwd):/workspace" ghcr.io/opengeospatial/bblocks-postprocess --clean true

0 comments on commit 1bb8156

Please sign in to comment.