sphinx_biel 0.1.3__py2.py3-none-any.whl → 0.1.4__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
sphinx_biel/__init__.py CHANGED
@@ -5,39 +5,47 @@ ASK AI chatbot for Sphinx.
5
5
  This code is licensed under MIT license (see LICENSE.md for details).
6
6
  """
7
7
 
8
- __version__ = "0.1.3"
8
+ __version__ = "0.1.4"
9
9
 
10
10
  from sphinx.application import Sphinx
11
11
 
12
12
  class BielExtension:
13
13
  DEFAULT_OPTIONS = {
14
+ # biel-button
14
15
  'project': None,
16
+ 'button_position': 'bottom-right',
15
17
  'button_text': 'Ask AI',
16
- 'header_title': 'Biel.ai chatbot',
17
18
  'button_style': "dark",
18
- 'button_position': 'bottom-right',
19
+ 'custom_font': None,
20
+ 'hide_icon': None,
21
+ 'version': 'latest',
22
+
23
+ # biel-bot
19
24
  'disable_input': None,
20
- 'error_message_default': None,
21
- 'error_message_4_0_3': None,
22
- 'error_message_4_0_4': None,
25
+ 'email': None,
23
26
  'expand_modal': None,
24
- 'footer_text': None,
25
- 'header_title': None,
27
+ 'hide_close_button': None,
26
28
  'hide_expand_button': None,
29
+ 'hide_refresh_button': None,
27
30
  'hide_feedback': None,
28
- 'initial_messages': None,
29
31
  'modal_position': None,
30
- 'version': 'latest',
31
- 'custom_font': None,
32
- 'email': None,
33
- 'hide_icon': None,
32
+ 'show_terms_modal': None,
33
+
34
+ # biel-bot text
35
+ 'error_message_4_0_3': None,
36
+ 'error_message_4_0_4': None,
37
+ 'error_message_default': None,
38
+ 'footer_text': None,
39
+ 'header_title': 'Biel.ai chatbot',
34
40
  'input_placeholder_text': None,
35
41
  'send_button_text': None,
42
+ 'sources_text': None,
43
+ 'suggested_questions': None,
36
44
  'suggested_questions_title': None,
37
- 'show_terms_modal': None,
38
- 'terms_title': None,
45
+ 'terms_checkbox_text': None,
39
46
  'terms_description': None,
40
- 'terms_checkbox_text': None
47
+ 'terms_title': None,
48
+ 'welcome_message': None,
41
49
  }
42
50
 
43
51
  def __init__(self, app: Sphinx):
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sphinx_biel
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: ASK AI chatbot for Sphinx.
5
- Author-email: TechDocs Studio <hi@techdocs.studio>
5
+ Author-email: TechDocs Studio <info@techdocs.studio>
6
6
  Description-Content-Type: text/x-rst
7
7
  License-File: LICENSE.md
8
8
  Project-URL: Home, https://github.com/TechDocsStudio/sphinx-biel
@@ -0,0 +1,5 @@
1
+ sphinx_biel/__init__.py,sha256=b_V0Dm4MSEW28xJiFgBhVySLRxHO8rqTWg8JaGbNVVc,3746
2
+ sphinx_biel-0.1.4.dist-info/licenses/LICENSE.md,sha256=Iswh4l-k6fOZeKmtFbDd_bJjuVOgNJcKJZ7uAVZrUv8,1051
3
+ sphinx_biel-0.1.4.dist-info/WHEEL,sha256=Dyt6SBfaasWElUrURkknVFAZDHSTwxg3PaTza7RSbkY,100
4
+ sphinx_biel-0.1.4.dist-info/METADATA,sha256=gwDR8LTgthnQMZaNoPg6IQYsmrZw12370jCjOsbQIAc,1451
5
+ sphinx_biel-0.1.4.dist-info/RECORD,,
@@ -1,5 +0,0 @@
1
- sphinx_biel/__init__.py,sha256=5w7YDg4PhtcVpF0nDkJWKudWyGc7iKvmjPrAr4Hd1-c,3570
2
- sphinx_biel-0.1.3.dist-info/licenses/LICENSE.md,sha256=Iswh4l-k6fOZeKmtFbDd_bJjuVOgNJcKJZ7uAVZrUv8,1051
3
- sphinx_biel-0.1.3.dist-info/WHEEL,sha256=Dyt6SBfaasWElUrURkknVFAZDHSTwxg3PaTza7RSbkY,100
4
- sphinx_biel-0.1.3.dist-info/METADATA,sha256=dZqTDWo6CZxXW9DaqsyTO83fiaQmUJScp9rcPdNX2ys,1449
5
- sphinx_biel-0.1.3.dist-info/RECORD,,