Installation

You can install the theme in two ways:

Method 1: Clone the Repository

  1. Clone this repository as a submodule in your mdBook project:
git submodule add https://github.com/yourusername/esp-docs-mdbook themes/esp-docs
  1. Update your book.toml to use the theme:
[output.html]
theme = "themes/esp-docs"

Method 2: Manual Installation

  1. Download the repository as a ZIP file from GitHub
  2. Extract the contents
  3. Copy the theme directory to your mdBook project’s root directory