SeedV / SeedLang

An embeddable and visualizable scripting engine for .Net and Unity.
https://seedv.github.io/SeedLang/
Apache License 2.0
9 stars 1 forks source link

Add Jekyll project to generate the static document site #230

Closed codingpotato closed 2 years ago

codingpotato commented 2 years ago

This is an experimental PR to generate the static document site with the Just the docs theme. The default Github action will generate and deploy the static site from docs folder of main branch to https://seedv.github.io/SeedLang.

The markdown files and configurations can be modified in later PRs.

wixette commented 2 years ago

This PR is so cool! Are we planning to merge this PR into the main branch?

codingpotato commented 2 years ago

This PR is so cool! Are we planning to merge this PR into the main branch?

I plan to merge it into the main branch. The default Github action will triggered when the docs folder of the main branch is changed, and generate the docs in https://seedv.github.io/SeedLang/.