From 486b772e1acb3db59b83808b01827576231c990e Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Mon, 22 Jun 2020 15:09:52 +0200 Subject: [PATCH] uses docsify for doc --- docs/.nojekyll | 0 docs/_sidebar.md | 6 ++++++ docs/index.html | 24 ++++++++++++++++++++++++ 3 files changed, 30 insertions(+) create mode 100644 docs/.nojekyll create mode 100644 docs/_sidebar.md create mode 100644 docs/index.html diff --git a/docs/.nojekyll b/docs/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/docs/_sidebar.md b/docs/_sidebar.md new file mode 100644 index 0000000..d2e2d13 --- /dev/null +++ b/docs/_sidebar.md @@ -0,0 +1,6 @@ +- [Introduction](/) +- [API](api.md) +- [Protocol documentation](http://minecraft-data.prismarine.js.org/?d=protocol) +- [Wiki.vg](https://wiki.vg/Protocol) +- [FAQ](FAQ.md) +- [History](history.md) \ No newline at end of file diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..46d6513 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,24 @@ + + + + + node-minecraft-protocol - Parse and serialize minecraft packets, plus authentication and encryption. + + + + + + +
+ + + + \ No newline at end of file