Skip to content

HirotoShioi/knowledge-base-server

Repository files navigation

Knowledge-base-server

Build Status

This is Haskell application which parses the markdown file then make it available as an Web API using Servant.

Cardano knowledge base server

Usage: <interactive> COMMAND [--version]
  Haskell servant server for Cardano related information

Available options:
  -h,--help                Show this help text
  --version                Show version

Available commands:
  run-server               Run server
  new-knowledge            Create new knowledge
  new-faq                  Create new FAQ
  verify-docs              Check if all the documents are valid

How it works

Parser will parse through all the files in the docs. MetaData.md will be used as metadata.

example: https://cardano-knowledgebase-server.herokuapp.com/faq

About

This is Haskell application which parses the markdown files and make it available as an Rest API using servant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published