Skip to content

balanced-dev/yuzu-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 

Repository files navigation

About

This is the documentation project for the Yuzu framework and other tools. Many elements of Yuzu are open source, including its documentation. We welcome all pull requests that help to make our documentation easier for anyone to understand.

Project setup

We have used Docsify to create our documentation. It's simple to setup, just a collection of markdown files. And it will be easy to migrate to a different solution when we outgrow it.

The following installs docsify globally

npm i docsify-cli -g

Then to preview the site

docsify serve docs

The preview will be available on localhost

Releases

No releases published

Packages

No packages published