Skip to content

feat: migrate mkdocs to Mdbook#246

Open
Manuthor wants to merge 7 commits into
mainfrom
mdbook
Open

feat: migrate mkdocs to Mdbook#246
Manuthor wants to merge 7 commits into
mainfrom
mdbook

Conversation

@Manuthor

Copy link
Copy Markdown
Contributor

No description provided.

Manuthor added 7 commits July 14, 2026 09:26
- Remove MkDocs config files (mkdocs.yml, includes.yml, theme_overrides/)
- Add mdBook build config (book.toml)
- Add Cosmian/doc-theme as git submodule (documentation/theme)
- Update README rendering sections to mdBook
Two CI failures in the 'Build documentation' job:
1. 'Unable to copy across static files': documentation/theme is a git
   submodule (CSS/JS assets) but was not initialized — add submodules: true
   to actions/checkout.
2. 'mdbook_tabs.py not found': book.toml references ../../theme/scripts/
   which expects doc-theme cloned at ../theme relative to the repo root
   (matching the local public_documentation/ layout) — add a git clone step.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant