Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Refreshes Retype-generated documentation.
Browse files Browse the repository at this point in the history
Process triggered by cqdetdev.
  • Loading branch information
Retype GitHub Action committed Jan 13, 2025
0 parents commit d5c3f8c
Show file tree
Hide file tree
Showing 51 changed files with 9,563 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
217 changes: 217 additions & 0 deletions 404.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
discord.gg
277 changes: 277 additions & 0 deletions changelogs/index.html

Large diffs are not rendered by default.

506 changes: 506 additions & 0 deletions changelogs/v0.10.0/index.html

Large diffs are not rendered by default.

368 changes: 368 additions & 0 deletions changelogs/v0.9.19/index.html

Large diffs are not rendered by default.

282 changes: 282 additions & 0 deletions changelogs/v0.9.20/index.html

Large diffs are not rendered by default.

277 changes: 277 additions & 0 deletions community/faq/index.html

Large diffs are not rendered by default.

277 changes: 277 additions & 0 deletions community/index.html

Large diffs are not rendered by default.

393 changes: 393 additions & 0 deletions community/projects/index.html

Large diffs are not rendered by default.

330 changes: 330 additions & 0 deletions getting-started/index.html

Large diffs are not rendered by default.

277 changes: 277 additions & 0 deletions guides/factions/index.html

Large diffs are not rendered by default.

277 changes: 277 additions & 0 deletions guides/minigames/index.html

Large diffs are not rendered by default.

277 changes: 277 additions & 0 deletions guides/practice/index.html

Large diffs are not rendered by default.

277 changes: 277 additions & 0 deletions guides/setup/index.html

Large diffs are not rendered by default.

301 changes: 301 additions & 0 deletions index.html

Large diffs are not rendered by default.

290 changes: 290 additions & 0 deletions philosophy/index.html

Large diffs are not rendered by default.

358 changes: 358 additions & 0 deletions philosophy/language/encapsulation/index.html

Large diffs are not rendered by default.

290 changes: 290 additions & 0 deletions philosophy/language/index.html

Large diffs are not rendered by default.

277 changes: 277 additions & 0 deletions philosophy/language/inheritance/index.html

Large diffs are not rendered by default.

277 changes: 277 additions & 0 deletions philosophy/language/object-coupling/index.html

Large diffs are not rendered by default.

277 changes: 277 additions & 0 deletions philosophy/language/polymorphism/index.html

Large diffs are not rendered by default.

342 changes: 342 additions & 0 deletions philosophy/software/abstracted-packets/index.html

Large diffs are not rendered by default.

348 changes: 348 additions & 0 deletions philosophy/software/event-system/index.html

Large diffs are not rendered by default.

284 changes: 284 additions & 0 deletions philosophy/software/index.html

Large diffs are not rendered by default.

277 changes: 277 additions & 0 deletions philosophy/software/overengineering/index.html

Large diffs are not rendered by default.

277 changes: 277 additions & 0 deletions philosophy/software/redundancy/index.html

Large diffs are not rendered by default.

372 changes: 372 additions & 0 deletions philosophy/software/tasks/index.html

Large diffs are not rendered by default.

534 changes: 534 additions & 0 deletions philosophy/software/worlds/index.html

Large diffs are not rendered by default.

311 changes: 311 additions & 0 deletions philosophy/what-is-dragonfly/index.html

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions resources/css/retype.css

Large diffs are not rendered by default.

Binary file added resources/fonts/Inter-italic-latin-var.woff2
Binary file not shown.
Binary file added resources/fonts/Inter-roman-latin-var.woff2
Binary file not shown.
1 change: 1 addition & 0 deletions resources/js/config.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions resources/js/lunr.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions resources/js/mermaid.js

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions resources/js/prism.js

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions resources/js/retype.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions resources/js/search.json

Large diffs are not rendered by default.

61 changes: 61 additions & 0 deletions resources/lunr.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
/*!
* lunr.Builder
* Copyright (C) 2020 Oliver Nightingale
*/

/*!
* lunr.Index
* Copyright (C) 2020 Oliver Nightingale
*/

/*!
* lunr.Pipeline
* Copyright (C) 2020 Oliver Nightingale
*/

/*!
* lunr.Set
* Copyright (C) 2020 Oliver Nightingale
*/

/*!
* lunr.TokenSet
* Copyright (C) 2020 Oliver Nightingale
*/

/*!
* lunr.Vector
* Copyright (C) 2020 Oliver Nightingale
*/

/*!
* lunr.stemmer
* Copyright (C) 2020 Oliver Nightingale
* Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt
*/

/*!
* lunr.stopWordFilter
* Copyright (C) 2020 Oliver Nightingale
*/

/*!
* lunr.tokenizer
* Copyright (C) 2020 Oliver Nightingale
*/

/*!
* lunr.trimmer
* Copyright (C) 2020 Oliver Nightingale
*/

/*!
* lunr.utils
* Copyright (C) 2020 Oliver Nightingale
*/

/**
* lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9
* Copyright (C) 2020 Oliver Nightingale
* @license MIT
*/
28 changes: 28 additions & 0 deletions resources/mermaid.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
/*!
* Wait for document loaded before starting the execution
*/

/*!
Embeddable Minimum Strictly-Compliant Promises/A+ 1.1.1 Thenable
Copyright (c) 2013-2014 Ralf S. Engelschall (http://engelschall.com)
Licensed under The MIT License (http://opensource.org/licenses/MIT)
*/

/*! @license DOMPurify 3.0.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.5/LICENSE */

/*! Bezier curve function generator. Copyright Gaetan Renaudeau. MIT License: http://en.wikipedia.org/wiki/MIT_License */

/*! Check if previously processed */

/*! Runge-Kutta spring physics function generator. Adapted from Framer.js, copyright Koen Bok. MIT License: http://en.wikipedia.org/wiki/MIT_License */

/*! js-yaml 4.1.0 https://github.com/nodeca/js-yaml @license MIT */

/**
* Mermaid is a Javascript based diagramming and charting tool that uses Markdown-inspired text definitions and a renderer to create and modify complex diagrams.
*
* @license MIT <https://opensource.org/licenses/MIT>
* @author Knut Sveidqvist <https://github.com/knsv>
* @namespace
* @public
*/
8 changes: 8 additions & 0 deletions resources/prism.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/**
* Prism: Lightweight, robust, elegant syntax highlighting
*
* @license MIT <https://opensource.org/licenses/MIT>
* @author Lea Verou <https://lea.verou.me>
* @namespace
* @public
*/
248 changes: 248 additions & 0 deletions resources/retype.LICENSE.txt

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions resources/retype.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*!
* clipboard.js v2.0.11
* https://clipboardjs.com/
*
* Licensed MIT © Zeno Rocha
*/

/*! MIT License. Copyright 2015-2018 Richard Moore <me@ricmoo.com>. See LICENSE.txt. */
4 changes: 4 additions & 0 deletions robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
User-agent: *
Allow: /

Sitemap: https://discord.gg/U4kFWHhTNR/sitemap.xml.gz
Binary file added sitemap.xml.gz
Binary file not shown.
8 changes: 8 additions & 0 deletions static/discord.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/per-player-event-system.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/typical-event-system.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d5c3f8c

Please sign in to comment.