Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 810 Bytes

File metadata and controls

35 lines (29 loc) · 810 Bytes
title Make Docs Yours
icon palette

Make Docs Yours {subtitle="Start making docs yours"}

Another yet reason is making your docs matching your brand.

Theme [toc]

{
  "theme": {
    "name": "poetry"
  }
}

Style [toc]

 

.
├─ .docs            # .docs root
│  └─ theme
│     └─ index.css  # theme styles entry
|
└─ docs.json        # settings file

Color Scheme [toc]

 

<html data-color-scheme="light | dark | os">