Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 798 Bytes

File metadata and controls

32 lines (21 loc) · 798 Bytes

Documentation for the Bob+ IBM Technology Building Blocks.

This repository hosts the source files for the Building Blocks Documentation website.

The markdown files located in docs-src are used by Github Pages to build that website.

Local Development

To test the documentation site locally:

  1. Install MkDocs Material:
pip install mkdocs-material
  1. Run the development server:
mkdocs serve
  1. Open your browser to http://127.0.0.1:8000

The site will automatically reload when you make changes to the documentation files.

Building the Site

To build the static site:

mkdocs build

The built site will be in the site/ directory.