Add minimal docs placeholder for GitHub Pages

This commit is contained in:
andrussal 2025-12-09 17:52:18 +01:00
parent dc68379520
commit f9016249ee
2 changed files with 10 additions and 0 deletions

3
docs/_config.yml Normal file
View File

@ -0,0 +1,3 @@
title: Nomos Testing Docs
description: Redirect to mdBook documentation
theme: jekyll-theme-primer

7
docs/index.md Normal file
View File

@ -0,0 +1,7 @@
# Nomos testing documentation
The documentation is published via the mdBook pipeline. If you reached this page, visit the book instead:
- Latest published book: https://logos-co.github.io/nomos-testing/book/
This placeholder exists to satisfy the GitHub Pages build job that expects a `docs/` directory.