This directory contains the documentation site for the granite-io project, built using MkDocs and the Material for MkDocs theme.
- This is the source for the
granite-iodocumentation site. - Documentation is written in Markdown and lives in the
docs/subdirectory. - The site is built and served using MkDocs, a static site generator for project documentation.
You can install MkDocs and the Material theme using pip:
pip install mkdocs mkdocs-materialFrom the mkdocs/ directory, run:
mkdocs serveThis will start a local development server (usually at http://127.0.0.1:8000/) with live reloading as you edit Markdown files.
To build the static site (output in the site/ directory):
mkdocs buildmkdocs.yml— MkDocs configuration filedocs/— Markdown documentation pagessite— Output directory for the built site (only appears after runningmkdocs build)docs/img- Image storage IBM Logos(s) subject to copyright
- See MkDocs documentation for advanced usage and deployment options.