idleman 7 months ago
parent
commit
bba09bd58f
10 changed files with 9 additions and 93 deletions
  1. 0 39
      README.md
  2. 0 3
      _404.md
  3. 0 31
      _glossary.md
  4. BIN
      _media/logo.png
  5. BIN
      _media/logo_big.png
  6. 0 4
      _nav.md
  7. 0 4
      _sidebar.md
  8. 0 7
      docsify-glossary.min.js
  9. 0 2
      getting-started.md
  10. 9 3
      index.html

+ 0 - 39
README.md

@@ -1,39 +0,0 @@
-# :fas fa-home fa-fw: Hell RDOC !
-
-> Hell this is a fast and furious doc !! :smile:
-
-``simple line``
-
-	Quote of the hell
-
-```php
-echo "hello world"
-```
-
-![](_media/logo.png)
-
-```java
-System.out.println("hello java")
-```
-
-You need to create a queue
-
-<!-- tabs:start -->
-
-#### **English**
-
-Hello!
-
-#### **French**
-
-Bonjour!
-
-#### **Italian**
-
-Ciao!
-
-<!-- tabs:end -->
-
-```html
-<span>it works</span>
-```

+ 0 - 3
_404.md

@@ -1,3 +0,0 @@
-# Not found
-
-maybe in your pocket ? :D

+ 0 - 31
_glossary.md

@@ -1,31 +0,0 @@
-# Glossary
-
-## A
-
-### Admiral
-
-A commander of a fleet or naval squadron, or a naval officer of very high rank.
-
-## B - I
-
-Nothing here....
-
-## J
-
-### Jack Rackham
-
-Jack Rackham was a gentleman pirate with flamboyant fashion sense and a way with female pirates who were dressed like men– notably, Anne Bonny and Mary Read.
-
-## Q
-
-### Queue
-
-A type of destination
-
-## K - X
-
-## Y
-
-### Yellow Jack
-
-Another term for yellow flag

BIN
_media/logo.png


BIN
_media/logo_big.png


+ 0 - 4
_nav.md

@@ -1,4 +0,0 @@
-* [Home](/)
-* **Getting started**
-	* [Installation](install.md "Install")
-	* [Getting started](getting-started.md "The greatest guide in the world")

+ 0 - 4
_sidebar.md

@@ -1,4 +0,0 @@
-* [Home](/)
-* **Getting started**
-	* [Installation](install.md "Install")
-	* [Getting started](getting-started.md "The greatest guide in the world")

File diff suppressed because it is too large
+ 0 - 7
docsify-glossary.min.js


+ 0 - 2
getting-started.md

@@ -1,2 +0,0 @@
-# Getting started
-

+ 9 - 3
index.html

@@ -11,7 +11,7 @@
   <link rel="stylesheet" href="//unpkg.com/@fortawesome/fontawesome-free/css/brands.css" />
   <link rel="stylesheet" href="//unpkg.com/@fortawesome/fontawesome-free/css/regular.css" />
   <link rel="stylesheet" href="//unpkg.com/@fortawesome/fontawesome-free/css/solid.css" />
-  
+  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-versioned-plugin@0.0.1/styles.css">
 </head>
 <body>
   <div id="app">Loading awesome doc...</div>
@@ -34,7 +34,12 @@
       glossify: {
         debug: true,
         terminologyHeading: '###'
-      }
+      },
+      versions: [
+        { folder: 'v1', label: 'v1.0.0', default: true },
+        { folder: 'v2', label: 'v2.0.0', default: false },
+      ],
+      versionSelectorLabel: 'Version',
 
     }
   </script>
@@ -48,6 +53,7 @@
   <script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/zoom-image.min.js"></script>
   <script src="https://cdn.jsdelivr.net/npm/docsify-tabs@1"></script>
   <script src="//unpkg.com/docsify-fontawesome/dist/docsify-fontawesome.min.js"></script>
-
+  <script src="https://cdn.jsdelivr.net/npm/docsify-terminal-block@1.0.3"></script>
+  <script src="https://cdn.jsdelivr.net/npm/docsify-versioned-plugin@0.0.1/index.js"></script>
 </body>
 </html>

Some files were not shown because too many files changed in this diff