Skip to content

ogcincubator/bblocks-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OGC Location Building Blocks documentation

This repository contains the sources for the OGC Location Building Blocks documentation.

For developers

This repository uses Jekyll to build the documentation. Please follow GitHub's documentation on using Jekyll for more information.

For the truly impatient:

Build locally with: bundle exec jekyll serve

Access the page on: http://127.0.0.1:4000/

The Minimal Mistakes Jekyll theme is used for styling.

Repository layout

  • _pages: contains the different pages that make up the documentation.
  • _data: additional files for layouts, configuration...
    • navigation.yml: navigation sidebar
  • assets: contains images, css, js, etc.