-
-
Notifications
You must be signed in to change notification settings - Fork 386
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docs for Skript 2.6-beta1 - round 2
- Loading branch information
Showing
9 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!doctype html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=0.8, maximum-scale=1.0"> <title>Skript Documentation - 2.6-alpha1-nightly-55a376b</title> <link href="css/styles.css" rel="stylesheet"> </head> <body> <nav id="global-navigation"> <a href="index.html">Home</a> <a href="events.html">Events</a> <a href="conditions.html">Conditions</a> <a href="effects.html">Effects</a> <a href="expressions.html">Expressions</a> <a href="classes.html">Types</a> <a href="text.html">Text</a> <a href="functions.html">Functions</a> </nav> <nav id="side-nav"> <div id="nav-contents"> </div> </nav> <h1 id="nav-title">Documentation</h1> <div id="content"> <p> Skript is (surprise, surprise) a scripting plugin for Bukkit platform. It is easy to use for simple tasks, but yet you can create really complex things with it. The syntax of Skript is close to English, but it is still not magic. While for simple tasks you might succeed with experimentation, for anything more complex you will need some guidance. </p> <p> This is the Skript documentation. You will find all supported features of Skript plugin here. You might also find some useful examples, in case you need more than what was shipped with Skript distribution. We do not currently have tutorials here, but you can find good ones using whatever search engine you prefer. </p> <p class="box"> Found something incorrect in this documentation? Please report it to the <a href="https://github.com/SkriptLang/Skript/issues">issue tracker</a>. </p> <p class="box"> <strong>We are looking for docs authors!</strong> Currently, the only documentation is generated automatically. It would be nice to have some hand-written content such as tutorials on the docs as well. For example, currently we don't have a tutorial on how to use loops here; This makes it harder for newcomers to learn. Check <a href="https://github.com/SkriptLang/Skript/issues/611">this issue</a> for more details and if you're interested in helping out. </p> </div> </body> </html> | ||
<!doctype html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=0.8, maximum-scale=1.0"> <title>Skript Documentation - 2.6-beta1</title> <link href="css/styles.css" rel="stylesheet"> </head> <body> <nav id="global-navigation"> <a href="index.html">Home</a> <a href="events.html">Events</a> <a href="conditions.html">Conditions</a> <a href="effects.html">Effects</a> <a href="expressions.html">Expressions</a> <a href="classes.html">Types</a> <a href="text.html">Text</a> <a href="functions.html">Functions</a> </nav> <nav id="side-nav"> <div id="nav-contents"> </div> </nav> <h1 id="nav-title">Documentation</h1> <div id="content"> <p> Skript is (surprise, surprise) a scripting plugin for Bukkit platform. It is easy to use for simple tasks, but yet you can create really complex things with it. The syntax of Skript is close to English, but it is still not magic. While for simple tasks you might succeed with experimentation, for anything more complex you will need some guidance. </p> <p> This is the Skript documentation. You will find all supported features of Skript plugin here. You might also find some useful examples, in case you need more than what was shipped with Skript distribution. We do not currently have tutorials here, but you can find good ones using whatever search engine you prefer. </p> <p class="box"> Found something incorrect in this documentation? Please report it to the <a href="https://github.com/SkriptLang/Skript/issues">issue tracker</a>. </p> <p class="box"> <strong>We are looking for docs authors!</strong> Currently, the only documentation is generated automatically. It would be nice to have some hand-written content such as tutorials on the docs as well. For example, currently we don't have a tutorial on how to use loops here; This makes it harder for newcomers to learn. Check <a href="https://github.com/SkriptLang/Skript/issues/611">this issue</a> for more details and if you're interested in helping out. </p> </div> </body> </html> |
Oops, something went wrong.