This site documents the BTAA Geospatial Metadata API and our linked data assets: contexts, profiles, and schemas.
This repository includes comprehensive documentation built with MkDocs. You can:
- View the documentation online: Documentation Site
- Build locally: Run
mkdocs buildto generate static files - Serve locally: Run
mkdocs serveto start a local development server
- Install dependencies:
pip install -r requirements.txt - Start documentation server:
mkdocs serve(ormkdocs serve --dev-addr 127.0.0.1:8001for a different port) - Open your browser to
http://127.0.0.1:8000/(orhttp://127.0.0.1:8001/if using a custom port)
ld/
├── docs/ # Documentation source files
├── scripts/ # Validation and utility scripts
├── mkdocs.yml # MkDocs configuration
└── requirements.txt # Documentation dependencies