Skip to content

a statically generated next.js site that renders markdown and openapi specs

License

Notifications You must be signed in to change notification settings

codyconfer/docs

Repository files navigation

Docs

Docs is a simple, statically generated site that dynamically renders markdown content and open api specs.

screenshot

Dependencies

Getting Started

  1. Install node
  2. Install yarn
  3. Run yarn install && yarn dev

Adding Content

Docs will automatically populate markdown content placed in the ~/src/content directory. Directory structure is respected in sidebar navigation, directory names cannot have spaces.

Metadata

You can add gray-matter meta data to content.

The current schema supported is:

---
title: ''
---

About

a statically generated next.js site that renders markdown and openapi specs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published