Skip to content

Commit c9d953b

Browse files
Tutorial and github - draft. links to be completed
1 parent e842c98 commit c9d953b

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

_pages/build/github.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Configuring Github build
2+
3+
Github repositories need configuration to allow automated building.
4+
5+
1. In settings set "pages build" to "Github actions"
6+
![](pages.png)
7+
2. Run the "validate and postprocess" action
8+
![](run.png)
9+
3. Link the generated output pages to the repo overview by selecting "show"
10+
![](link.png)
11+
12+
You can now navigate between repository sources and the published Building Blocks [Watch]()

_pages/create/postprocessing.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
title: Postprocessing overview
33
permalink: /create/postprocessing
44
---
5-
This repository comes with a GitHub workflow that detects, validates and processes its building blocks,
6-
so that their outputs can be tested before inclusion in the main OGC Register:
5+
6+
Building Blocks sources are post-processed using a workflow package maintained by the OGC. You may modify this if needed to perform additional actions - however this is subject to continual improvement as new types of building blocks are supported and improvements in available tools are made.
7+
8+
79

810
![OGC Building Blocks processing](https://raw.githubusercontent.com/opengeospatial/bblocks-postprocess/master/process.png)
911

_pages/index.markdown

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ framework supports transparent **federation of Building Block registers.**
2626
The framework supports testing of examples, and validation using rules inherited from other Building Blocks that are
2727
re-used (by aggregation or profiling) to create compatible specifications for specific applications.
2828

29-
For more details consider using the [Tutorial example](https://ogcincubator.github.io/bblocks-tutorial/) - a step-wise introduction to various features and configuration details for Building Blocks.
29+
For more details consider using the [Tutorial example](https://ogcincubator.github.io/bblocks-tutorial/) - a step-wise introduction to various features and configuration details for Building Blocks.
30+

0 commit comments

Comments
 (0)