L

Configuration

LiteDocs is configured via a config.json file in the root of your docs directory.

Minimal Configuration

{
  "site": {
    "title": "My Docs"
  },
  "locales": {
    "default": "en",
    "available": ["en"]
  }
}

Full Configuration

See the CONVENTIONS.md for all available options.