idleman 7 months ago
parent
commit
75c7e44679
10 changed files with 104 additions and 6 deletions
  1. 22 2
      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. 31 4
      index.html

+ 22 - 2
README.md

@@ -1,6 +1,6 @@
-# Hell RDOC !
+# :fas fa-home fa-fw: Hell RDOC !
 
-> Hell this is a fast and furious doc !!
+> Hell this is a fast and furious doc !! :smile:
 
 ``simple line``
 
@@ -10,10 +10,30 @@
 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>
 ```

+ 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
+

+ 31 - 4
index.html

@@ -7,20 +7,47 @@
   <meta name="description" content="Description">
   <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
   <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
+  <link rel="stylesheet" href="//unpkg.com/@fortawesome/fontawesome-free/css/fontawesome.css" />
+  <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" />
+  
 </head>
 <body>
-  <div id="app"></div>
+  <div id="app">Loading awesome doc...</div>
+
+
   <script>
     window.$docsify = {
-      name: '',
-      logo: '/_media/logo.png',
-      repo: 'https://git.idleman.fr/idleman/doc.git'
+      name: 'My Awesome doc',
+      logo: '_media/logo.png',
+      repo: 'https://git.idleman.fr/idleman/doc.git',
+      nativeEmoji: true,
+      loadSidebar: true,
+      loadNavbar: '_nav.md',
+      notFoundPage: '_404.md',
+      themeColor: '#42b983',
+      search: {
+        placeholder: 'Rechercher',
+        noData: 'Aucun résultat!'
+      },
+      glossify: {
+        debug: true,
+        terminologyHeading: '###'
+      }
+
     }
   </script>
   <!-- Docsify v4 -->
   <script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
+  <script src="./docsify-glossary.min.js"></script>
   <script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-php.min.js"></script>
   <script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-java.min.js"></script>
   <script src="//cdn.jsdelivr.net/npm/docsify-copy-code/dist/docsify-copy-code.min.js"></script>
+  <script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script>
+  <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>
+
 </body>
 </html>

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