Only one command is needed to build a markdown document into a website:
npx gem-book docs
See more options.
The official website example of gem-book:
{
"scripts": {
"build:website": "gem-book docs --title Gem-book --icon logo.png --i18n --home-mode --plugins raw --build"
}
}
netlify.toml
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
Netlify deploy settings:
Top comments (0)