Skip to content

Commit fb3df63

Browse files
committed
First import of the source
1 parent 8fc6491 commit fb3df63

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+17260
-0
lines changed

Makefile

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.PHONY: build test clean
2+
3+
build: clean
4+
mkdocs build -f docs/mkdocs.yml
5+
cp -r docs/images _site
6+
cp docs/index.html _site
7+
cp -r docs/assets _site
8+
9+
test: clean
10+
mkdocs build --strict --verbose -f docs/mkdocs.yml
11+
cp -r docs/images _site
12+
cp docs/index.html _site
13+
cp -r docs/assets _site
14+
15+
clean:
16+
rm -rf _site/*
17+

docs/assets/css/fontawesome-all.min.css

Lines changed: 101 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/css/images/arrow.svg

Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)