LibertyDSNP / spec

The DSNP Spec and Website
https://spec.dsnp.org
Other
31 stars 3 forks source link

Feat/convert mdbook/144 #151

Closed mehtaishita closed 2 years ago

mehtaishita commented 2 years ago

Problem

Our static site generator (docz) isn't really meeting our needs currently.

144

Solution

Using mdBook as our static site generator to take advantage of improved functionality:

with @wilwade

Change summary:

This is Pull request 1 of 3. See comment for next steps

Steps to Verify:

From root dir:

  1. npm install clean
  2. npm run build
  3. Build process will run a link-check to check for broken links
  4. npm run lint
  5. npm run serve
  6. The spec will automatically open in your web browser
  7. Click around for internal and external links

Screenshots (optional):

image
mehtaishita commented 2 years ago