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

+ 46 - 0
README.md

@@ -0,0 +1,46 @@
+# :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
+
+
+```terminal
+$|npm run start
+>|success|npm run start
+>|npm run start
+```
+
+<!-- tabs:start -->
+
+#### **English**
+
+Hello!
+
+#### **French**
+
+Bonjour!
+
+#### **Italian**
+
+Ciao!
+
+<!-- tabs:end -->
+
+```html
+<span>it works</span>
+```

+ 3 - 0
_404.md

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

+ 31 - 0
_glossary.md

@@ -0,0 +1,31 @@
+# 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


+ 4 - 0
_nav.md

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

+ 4 - 0
_sidebar.md

@@ -0,0 +1,4 @@
+* [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
+ 7 - 0
docsify-glossary.min.js


+ 2 - 0
getting-started.md

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

+ 2 - 8
index.html

@@ -34,13 +34,7 @@
       glossify: {
         debug: true,
         terminologyHeading: '###'
-      },
-      versions: [
-        { folder: 'v1', label: 'v1.0.0', default: true },
-        { folder: 'v2', label: 'v2.0.0', default: false },
-      ],
-      versionSelectorLabel: 'Version',
-
+      }
     }
   </script>
   <!-- Docsify v4 -->
@@ -54,6 +48,6 @@
   <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