From 4ac5c0f08a2176283d8bb99452cc0815ae7564c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Ant=C3=BAnez?= Date: Fri, 21 Apr 2017 11:09:47 +0200 Subject: [PATCH] tech docs linked --- Home.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 8b5636f..03bc116 100644 --- a/Home.md +++ b/Home.md @@ -14,7 +14,11 @@ You can create presentations and longform articles instantly. Just a basic knowl WebSlides is a cute solution for making HTML presentations, landings, portfolios, and long-forms. * HTML/CSS: Put [content wherever you want](https://webslides.tv/demos/components#slide=15), add [background images](https://webslides.tv/demos/media#slide=3), [videos](https://webslides.tv/demos/media#slide=17), etc. -* JS: We wrote these [technical docs](https://github.com/webslides/WebSlides/wiki/Core-API) that are easy to understand, also by non-technical people. You can create self-running presentations, disable the loop feature, etc. +* JS: We wrote these technical docs that are easy to understand, also by non-technical people. You can create self-running presentations, disable the loop feature, etc. + + * [WebSlides API](https://github.com/webslides/WebSlides/wiki/Core-API) + * [Plugins by default](https://github.com/webslides/WebSlides/wiki/Plugin-docs) + * [Develop your own WebSlides plugin](https://github.com/webslides/WebSlides/wiki/Plugin-development) ### Is WebSlides a framework? We're all tired of heavy CSS frameworks. WebSlides is a starting point that provides [basic structural components](https://webslides.tv/demos/components) and a [scalable CSS architecture](https://webslides.tv/demos/classes).