From 65e7e93b0f8ec95f2b2d8040c2db95fa62dba60d Mon Sep 17 00:00:00 2001
From: selva <selvaganz1285@gmail.com>
Date: Thu, 20 Oct 2022 15:44:19 +0530
Subject: [PATCH] Fix termynal

---
 docs/source/getting_started/Installation.md | 9 +++++----
 docs/source/getting_started/Working.md      | 4 ++--
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/docs/source/getting_started/Installation.md b/docs/source/getting_started/Installation.md
index c54a1fd..f074456 100644
--- a/docs/source/getting_started/Installation.md
+++ b/docs/source/getting_started/Installation.md
@@ -30,7 +30,7 @@ TODO: Order of searching configuration file.
 
 **_UNIX_**
                  
-<div id="termynal" data-termynal>
+<div id="termynal1" data-termynal>
     <span data-ty="input"> ./bitia.toml  </span>
     <span data-ty="input"> ~/.bitia.toml  </span>
     <span data-ty="input"> $HOME/.config/bitia.toml  </span>
@@ -39,15 +39,16 @@ TODO: Order of searching configuration file.
                   
 **_WINDOWS_**              
                     
- <div id="termynal" data-termynal>
+ <div id="termynal2" data-termynal>
     <span data-ty="input"> bitia.toml  </span>
     <span data-ty="input"> %APPDATA%\bitia.toml  </span>
     <span data-ty="input"> %PROGRAMDATA%\bitia.toml  </span>
 </div>                 
 
 
-<script type="text/javascript" src="https://raw.githack.com/tiangolo/fastapi/master/docs/en/docs/js/termynal.js" data-termynal-container="#termynal"></script>
-           
+<script type="text/javascript" src="https://raw.githack.com/tiangolo/fastapi/master/docs/en/docs/js/termynal.js" data-termynal-container="#termynal|#termynal1|#termynal2"></script>
+
+
 
 
                      
diff --git a/docs/source/getting_started/Working.md b/docs/source/getting_started/Working.md
index 2812072..3f26073 100644
--- a/docs/source/getting_started/Working.md
+++ b/docs/source/getting_started/Working.md
@@ -32,7 +32,7 @@ The above code will:
 
 #### 2. Running Pipelines
 
-<div id="termynal" data-termynal>
+<div id="termynal1" data-termynal>
     <span data-ty="input">bitia run "samtools convert < foo.fa|http://y.com/foo.fa >"</span>
     <span data-ty="progress"></span>
 </div>
@@ -64,7 +64,7 @@ The above code will:
 
 
 
-<script type="text/javascript" src="https://raw.githack.com/tiangolo/fastapi/master/docs/en/docs/js/termynal.js" data-termynal-container="#termynal"></script>
+<script type="text/javascript" src="https://raw.githack.com/tiangolo/fastapi/master/docs/en/docs/js/termynal.js" data-termynal-container="#termynal|#termynal1"></script>
            
 
 
-- 
GitLab