🌿 Catnap Documentation

View the site here

✏️ Editing the site

The source files for the site are in docs/src/

🚧 Building the site

The site utilizes mdbook to build the site. To build the site, you must be in the docs/ directory, and then run mdbook build. The site will be in docs/book.

🧪 Testing

To test the site, run mdbook serve in the docs/ directory and go to http://localhost:3000