Skip to content

gojangframework/gojangframework.github.io

Repository files navigation

Gojang documentation site (Docusaurus)

This folder contains a Docusaurus v2 site to host the Gojang documentation.

Quick start (PowerShell on Windows):

# 1. Install Node.js (if not installed) and then install dependencies
npm install

# 2. Run dev server
npm run start

# 3. Build static site
npm run build

# 4. Serve locally (after build)
npm run serve

Deployment:

  • This repo includes a GitHub Actions workflow to build and publish the site to GitHub Pages. Update docusaurus.config.js url and baseUrl to match your GitHub Pages settings.

About

Gojang Framework Docs

Resources

Contributing

Stars

Watchers

Forks

Packages

No packages published