a fork of EvalEx by ezylang with a handful of breaking changes
1# EvalEx Documentation
2
3For documentation, EvalEx uses GitHub Pages, which uses Jekyll to transform markdown to static HTML.
4
5The sites HTML is generated automatically whenever something is committed to the main branch.
6
7Jekyll will transform all files it finds in the "docs" directory. This may take a few minutes,
8depending on the overall GitHub load.
9
10For the layout the _JustTheDocs_ template is used, which supports a lot of good things like a sidebar
11menu, page hierarchy and searching.
12
13## EvalEx documentation home:
14
15https://ezylang.github.io/EvalEx/
16
17## Using _JustTheDocs_ template:
18
19https://just-the-docs.github.io/just-the-docs/
20
21## Install Jekyll locally (for testing the site locally)
22
23https://jekyllrb.com/docs/installation/
24
25## Testing locally
26
27https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll
28