[gtk-web/new-website: 75/180] adding new docs pages



commit e62a43d6a2ae4ef75698afdb20d1de2ad97d6018
Author: ravgeetdhillon <ravgeetdhillon gmail com>
Date:   Wed Jul 10 14:44:28 2019 +0530

    adding new docs pages

 _documentation/apis.md                    |  4 ++++
 _documentation/architecture.md            |  4 ++++
 _documentation/getting-started.md         |  4 ++++
 _documentation/installations.md           |  4 ++++
 _documentation/language-bindings.md       |  4 ++++
 _documentation/tools.md                   |  4 ++++
 _layouts/{app.html => documentation.html} | 21 +++++++++------------
 7 files changed, 33 insertions(+), 12 deletions(-)
---
diff --git a/_documentation/apis.md b/_documentation/apis.md
new file mode 100644
index 0000000..9416f98
--- /dev/null
+++ b/_documentation/apis.md
@@ -0,0 +1,4 @@
+---
+
+---
+heelo ravgeet
\ No newline at end of file
diff --git a/_documentation/architecture.md b/_documentation/architecture.md
new file mode 100644
index 0000000..9416f98
--- /dev/null
+++ b/_documentation/architecture.md
@@ -0,0 +1,4 @@
+---
+
+---
+heelo ravgeet
\ No newline at end of file
diff --git a/_documentation/getting-started.md b/_documentation/getting-started.md
new file mode 100644
index 0000000..9416f98
--- /dev/null
+++ b/_documentation/getting-started.md
@@ -0,0 +1,4 @@
+---
+
+---
+heelo ravgeet
\ No newline at end of file
diff --git a/_documentation/installations.md b/_documentation/installations.md
new file mode 100644
index 0000000..9416f98
--- /dev/null
+++ b/_documentation/installations.md
@@ -0,0 +1,4 @@
+---
+
+---
+heelo ravgeet
\ No newline at end of file
diff --git a/_documentation/language-bindings.md b/_documentation/language-bindings.md
new file mode 100644
index 0000000..9416f98
--- /dev/null
+++ b/_documentation/language-bindings.md
@@ -0,0 +1,4 @@
+---
+
+---
+heelo ravgeet
\ No newline at end of file
diff --git a/_documentation/tools.md b/_documentation/tools.md
new file mode 100644
index 0000000..9416f98
--- /dev/null
+++ b/_documentation/tools.md
@@ -0,0 +1,4 @@
+---
+
+---
+heelo ravgeet
\ No newline at end of file
diff --git a/_layouts/app.html b/_layouts/documentation.html
similarity index 87%
rename from _layouts/app.html
rename to _layouts/documentation.html
index b78732b..697d398 100644
--- a/_layouts/app.html
+++ b/_layouts/documentation.html
@@ -1,5 +1,3 @@
-{% assign data = site.data %}
-
 {%- include header.html -%}
 
 <section class="pb-4" id="{{ page.name }}">
@@ -8,41 +6,41 @@
             <div class="col-lg-3 col-md-4 small p-0 order-2 order-md-1">
                 <div class="position-sticky top-0 text-break pt-4 px-4" id="app-sidebar">
                     <div class="pb-4 pb-md-4 col-sm-6 col-md-12">
-                        <p class="text-primary mb-1"><strong>Repository</strong></p>
+                        <p class="text-primary mb-1"><strong>Getting Started</strong></p>
                         <p class="m-0"><a href="{{ page.repository }}">{{ page.repository }}</a></p>
                     </div>
                     <div class="pb-4 pb-md-4 col-sm-6 col-md-12">
-                        <p class="text-primary mb-1"><strong>Category</strong></p>
+                        <p class="text-primary mb-1"><strong></strong></p>
                         <p class="m-0"><a href="{{ page.category }}">{{ page.category }}</a></p>
                     </div>
                     {% if page.youtube_video_url %}
                     <div class="pb-4 pb-md-4 col-sm-6 col-md-12">
-                        <p class="text-primary mb-1"><strong>Downloads</strong></p>
+                        <p class="text-primary mb-1"><strong></strong></p>
                         {% for download in page.downloads %}
                         <span class="badge badge-dark"><a href="{{ download.link }}">{{ download.title 
}}</a></span>
                         {% endfor %}
                     </div>
                     {% endif %}
                     <div class="pb-4 pb-md-4 col-sm-6 col-md-12">
-                        <p class="text-primary mb-1"><strong>Keywords</strong></p>
+                        <p class="text-primary mb-1"><strong></strong></p>
                         {% for keyword in page.keywords %}
                         <span class="badge border {% cycle 'border-primary','border-secondary' %}">{{ 
keyword }}</span>
                         {% endfor %}
                     </div>
                     {% if page.website %}
                     <div class="pb-4 pb-md-4 col-sm-6 col-md-12">
-                        <p class="text-primary mb-1"><strong>Website</strong></p>
+                        <p class="text-primary mb-1"><strong></strong></p>
                         <p class="m-0"><a href="{{ page.website }}">{{ page.website }}</a></p>
                     </div>
                     {% endif %}
                     {% if page.youtube_video_url %}
                     <div class="pb-4 pb-md-4 col-sm-6 col-md-12">
-                        <p class="text-primary mb-1"><strong>Youtube</strong></p>
+                        <p class="text-primary mb-1"><strong></strong></p>
                         <p class="m-0"><a href="{{ page.youtube_video_url }}">Open in Youtube <i class="fas 
fa-external-link-alt"></i></a></p>
                     </div>
                     {% endif %}
                     <div class="pb-4 pb-md-4 col-sm-6 col-md-12">
-                        <p class="text-primary mb-1"><strong>License</strong></p>
+                        <p class="text-primary mb-1"><strong></strong></p>
                         <p class="m-0"><a class="text-muted">{{ page.license }}</a></p>
                     </div>
                 </div>
@@ -80,10 +78,9 @@
     </div>
 </section>
 
-{%- include footer.html -%}
-
 <script>
     $(document).ready(function(){
         $('[data-toggle="tooltip"]').tooltip();
     });
-</script>
\ No newline at end of file
+</script>
+{%- include footer.html -%}
\ No newline at end of file


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]