Uhs Design Standards Documentation
Getting Started
Components
3rd Party & VendorAlertsCall Out BoxesFormsGrid SystemHorizontal RuleIconsImagesMapsMedia BreakpointsNavigationTable LayoutsVideoZ-Index
ReadmeUsing create-docz-appDownload manuallySetupRunBuildServe built appHelpful Resources

Docz example

https://www.docz.site/docs/introduction

https://github.com/doczjs/docz

Using create-docz-app

npx create-docz-app docz-app-basic
# or
yarn create docz-app docz-app-basic

Download manually

curl https://codeload.github.com/doczjs/docz/tar.gz/master | tar -xz --strip=2 docz-master/examples/basic
mv basic docz-basic-example
cd docz-basic-example

Setup

yarn # npm i

Run

yarn dev # npm run dev

Build

yarn build # npm run build

Serve built app

yarn serve # npm run serve

Helpful Resources

Markdown