diff --git a/docs/docs.md b/docs/docs.md new file mode 100644 index 0000000..b8d7cb3 --- /dev/null +++ b/docs/docs.md @@ -0,0 +1,26 @@ +# YaCy documentation + +## Basics +* [Download and installation](download_installation.md) - guide for unix, windows and macos +* [FAQ](faq.md) - Frequently asked questions + +## Operation +* [Headless - YaCy on a Remote Server](operation/headless.md) +* [Shrink Debian by removing all graphical features to turn it into a headless server](operation/shrink.md) +* [Set a static IP to a debian server](operation/staticip.md) + +## Developers +* [How to contribute](contribute.md) +* [Crawler API](api/crawler.md) +* [javadoc](https://yacy.net/api/javadoc/) - generated documentation for YaCy's java source code + + +## Old and obsolete +The original YaCy wiki is closed now (no new registration or editing) and +will be abandoned in future, but still contains valuable information. You +can help the community by transfering the usable information to [yacy github +documentation](https://github.com/yacy/yacy_net_homepage/) from which this +page is being generated. [See how.](contribute.md) + +* [yacy wiki](https://wiki.yacy.net/index.php/En:Start) - please help +* [developers wiki](https://wiki.yacy.net/index.php/Dev:Start) - please help