Skip to content

Commit

Permalink
Deploying to gh-pages from @ 9717a3b 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
erikpetzold committed Nov 15, 2024
1 parent b9be9a3 commit bac1fd9
Show file tree
Hide file tree
Showing 130 changed files with 8,665 additions and 0 deletions.
10 changes: 10 additions & 0 deletions 3.3.6/en/css/common.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*!
* Licensed under the MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
/*!
* General-use styles, meant to be applied to all the pages on the site.
*/

body {
min-height: 100vh;
}
28 changes: 28 additions & 0 deletions 3.3.6/en/css/link.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
/*!
* Licensed under the MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
/*!
* Link styles.
*/

/**
* Link with a note.
*
* It will be shown like: "Link (note)".
*
* The note should be marked with <span class="note">note</span> right next to the link name.
*
* So a noted link would be: <a href="#" class="link-noted">Link <span class="note">note</span></a>.
*/

.link-noted .note {
font-size: 65%;
}

.link-noted .note:before {
content: "(";
}

.link-noted .note:after {
content: ")";
}
1 change: 1 addition & 0 deletions 3.3.6/en/css/site.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* You can override this file with your own styles */
9 changes: 9 additions & 0 deletions 3.3.6/en/css/style.min.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*!
* Licensed under the MIT License (http://www.opensource.org/licenses/mit-license.php)
*//*!
* General-use styles, meant to be applied to all the pages on the site.
*/body{min-height:100vh}/*!
* Licensed under the MIT License (http://www.opensource.org/licenses/mit-license.php)
*//*!
* Link styles.
*/.link-noted .note{font-size:65%}.link-noted .note:before{content:"("}.link-noted .note:after{content:")"}
Binary file added 3.3.6/en/favicon.ico
Binary file not shown.
14 changes: 14 additions & 0 deletions 3.3.6/en/js/initializeHighlight.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/**
* Licensed under the MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
/**
* Initializes highlight.js.
*
* This file can be overriden to change the initialization.
*/

/**
* Initializes highlight.js when the document loads.
*/
// Uses the default initialization
hljs.initHighlightingOnLoad();
7 changes: 7 additions & 0 deletions 3.3.6/en/lib/bootstrap/dist/js/bootstrap.min.js

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.3.6/en/lib/bootswatch/dist/cerulean/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.3.6/en/lib/bootswatch/dist/cosmo/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.3.6/en/lib/bootswatch/dist/cyborg/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.3.6/en/lib/bootswatch/dist/darkly/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.3.6/en/lib/bootswatch/dist/flatly/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.3.6/en/lib/bootswatch/dist/journal/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.3.6/en/lib/bootswatch/dist/litera/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.3.6/en/lib/bootswatch/dist/lumen/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.3.6/en/lib/bootswatch/dist/lux/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.3.6/en/lib/bootswatch/dist/materia/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.3.6/en/lib/bootswatch/dist/minty/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.3.6/en/lib/bootswatch/dist/morph/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.3.6/en/lib/bootswatch/dist/pulse/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.3.6/en/lib/bootswatch/dist/quartz/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.3.6/en/lib/bootswatch/dist/sandstone/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.3.6/en/lib/bootswatch/dist/simplex/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.3.6/en/lib/bootswatch/dist/sketchy/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.3.6/en/lib/bootswatch/dist/slate/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.3.6/en/lib/bootswatch/dist/solar/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.3.6/en/lib/bootswatch/dist/spacelab/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.3.6/en/lib/bootswatch/dist/superhero/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.3.6/en/lib/bootswatch/dist/united/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.3.6/en/lib/bootswatch/dist/vapor/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.3.6/en/lib/bootswatch/dist/yeti/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.3.6/en/lib/bootswatch/dist/zephyr/bootstrap.min.css

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions 3.3.6/en/lib/font-awesome/css/all.min.css

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit bac1fd9

Please sign in to comment.