ProjectLibertyLabs / siwf

Sign-In With Frequency: An onboarding app for DSNP/Frequency
https://projectlibertylabs.github.io/siwf/v2/docs
Apache License 2.0
1 stars 0 forks source link

Update Docs Theme #220

Closed wilwade closed 1 week ago

wilwade commented 1 week ago

Problem

Updating theme colors to the white/navy and mdbook to v0.4.42+

Steps to Verify:

  1. cargo install mdbook@0.4.42
  2. cd docs
  3. mdbook serve

Want to also verify the generator?

  1. cd tools/signed-request-generator
  2. npm i
  3. npm run build
  4. cd ../..
  5. rm -Rf docs/src/Generator && cp -a tools/signed-request-generator/build docs/src/Generator

Also did an npm audit fix on the library and generator tool

Screenshots (optional):

Light (New is on top): image

Dark (New is on top):

image

Generator form (new on top): image image