diff --git a/docs/_config.yml b/docs/_config.yml new file mode 100644 index 0000000..efa17fd --- /dev/null +++ b/docs/_config.yml @@ -0,0 +1,3 @@ +title: Nomos Testing Docs +description: Redirect to mdBook documentation +theme: jekyll-theme-primer diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..ccf61fd --- /dev/null +++ b/docs/index.md @@ -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.