Installation
You can install the theme in two ways:
Method 1: Clone the Repository
- Clone this repository as a submodule in your mdBook project:
git submodule add https://github.com/yourusername/esp-docs-mdbook themes/esp-docs
- Update your
book.toml
to use the theme:
[output.html]
theme = "themes/esp-docs"
Method 2: Manual Installation
- Download the repository as a ZIP file from GitHub
- Extract the contents
- Copy the
theme
directory to your mdBook project’s root directory