Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bitia-cli
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bitia
bitia-cli
Commits
432ea84c
Commit
432ea84c
authored
2 years ago
by
selva
Committed by
dilawar
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add animations
parent
a0e4073c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!11
update Documentation
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/source/conf.py
+1
-1
1 addition, 1 deletion
docs/source/conf.py
docs/source/getting_started/Installation.md
+6
-10
6 additions, 10 deletions
docs/source/getting_started/Installation.md
with
7 additions
and
11 deletions
docs/source/conf.py
+
1
−
1
View file @
432ea84c
...
@@ -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
This diff is collapsed.
Click to expand it.
docs/source/getting_started/Installation.md
+
6
−
10
View file @
432ea84c
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment