Skip to content

Commit

Permalink
Configure URLs for pages
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-metalinkage committed Oct 28, 2024
1 parent 140a27a commit bac1f20
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
5 changes: 5 additions & 0 deletions _pages/build/github.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: Quick Start - Github Automation
permalink: /build/github
---

# Configuring Github build

Github repositories need configuration to allow automated building.
Expand Down
8 changes: 4 additions & 4 deletions _pages/build/local.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Quick Start - local build
permalink: /build/local
title: Quick Start - Tutorials
permalink: /build/tutorial
---


## Quick how-to create
## Quick how-to build locally

1. Install docker
1. Install docker
2. Check out any valid Building Block implementation (e.g. [bblocks-examples](https://ogcincubator.github.io/bblocks-examples/))
3. cd to the new directory
4. run build.sh or build.bat if present
Expand Down
6 changes: 6 additions & 0 deletions _pages/build/tutorial.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: Quick Start - local build
permalink: /build/local
---


# Building Blocks Tutorials

A range of tutorials will provide step by step introduction to the features of OGC Building Blocks.
Expand Down

0 comments on commit bac1f20

Please sign in to comment.