GitXplorerGitXplorer
j

markdoc-starter

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
3847b250d4b5b6197e073e0d5d9b69d5292913ba

Add CodeQL workflow for GitHub code scanning (#6)

llgtm-com[bot] committed 2 years ago
Verified
30009fb58acab313a473dc757ea04ba0e5037511

Upgrade to Next.js 13 (#5)

kkejiweixun committed 2 years ago
Verified
65c685cd787bb87ea9b11cfbfff46bc4dd19be3b

fix but in starter

mmfix-stripe committed 2 years ago
Unverified
83e278f97baa967b86f26ae24857f39da1f96654

remove space

mmfix-stripe committed 2 years ago
Verified
0527db06382edd3b5dda416fe74cf41d32ba8e62

Add markdoc property to AppProps type (#3)

jjayanratna committed 2 years ago
Unverified
c6d5bd7f7399d3f731ac9be845cd0251624d364b

use prismjs@latest

mmfix-stripe committed 2 years ago

README

The README file for this repository.

Full Next.js example

This is a full-featured boilerplate for a creating a documentation website using Markdoc and Next.js.

image

Setup

First, clone this repo and install the dependencies required:

npm install
# or
yarn install

Then, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying index.md. The page auto-updates as you edit the file.

Deploy

The quickest way to deploy your own version of this boilerplate is by deploying it with Vercel or Netlify by clicking one of the buttons below.

Deploy with Vercel

Deploy with Vercel

Deploy to Netlify

Deploy to Netlify