Skip to content
Snippets Groups Projects
Commit 432ea84c authored by selva's avatar selva Committed by dilawar
Browse files

Add animations

parent a0e4073c
No related branches found
No related tags found
1 merge request!11update Documentation
...@@ -66,6 +66,6 @@ sphinx_tabs_disable_tab_closing = True ...@@ -66,6 +66,6 @@ sphinx_tabs_disable_tab_closing = True
html_css_files=['./css/termynal.css'] html_css_files=['./css/termynal.css']
html_js_files=['./js/termynal.js'] # html_js_files=['./js/termynal.js']
sphinx_tabs_disable_css_loading = True sphinx_tabs_disable_css_loading = True
...@@ -20,19 +20,18 @@ To Install **BiTIA** using pip, run this command: ...@@ -20,19 +20,18 @@ To Install **BiTIA** using pip, run this command:
## Configuration ## Configuration
TODO: Order of searching configuration file. TODO: Order of searching configuration file.
**_UNIX_** **_UNIX_**
<div id="termynal" data-termynal> <div id="termynal" data-termynal>
<span data-ty="input"> ./bitia.toml </span> <span data-ty="input">./bitia.toml</span>
<span data-ty="input"> ~/.bitia.toml </span> <span data-ty="input">~/.bitia.toml</span>
<span data-ty="input"> $HOME/.config/bitia.toml </span> <span data-ty="input">$HOME/.config/bitia.toml</span>
<span data-ty="input"> /etc/bitia.toml </span> <span data-ty="input">/etc/bitia.toml</span>
</div> </div>
**_WINDOWS_** **_WINDOWS_**
...@@ -44,10 +43,7 @@ TODO: Order of searching configuration file. ...@@ -44,10 +43,7 @@ TODO: Order of searching configuration file.
</div> </div>
<script src="../_static/./js/termynal.js" data-termynal-container="#termynal"></script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment